Spaces:
Sleeping
Sleeping
Commit ·
dd46663
1
Parent(s): d4930ce
Remove openenv-core from requirements.txt to fix Docker build timeout
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -5,5 +5,4 @@ pandas>=2.0.0
|
|
| 5 |
numpy>=1.24.0
|
| 6 |
faker>=18.0.0
|
| 7 |
openai>=1.0.0
|
| 8 |
-
httpx>=0.25.0
|
| 9 |
-
openenv-core>=0.2.0
|
|
|
|
| 5 |
numpy>=1.24.0
|
| 6 |
faker>=18.0.0
|
| 7 |
openai>=1.0.0
|
| 8 |
+
httpx>=0.25.0
|
|
|