Spaces:
Runtime error
Runtime error
ZackBradshaw
commited on
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
aiohttp==3.9.3
|
2 |
amadeus==9.0.0
|
3 |
beautifulsoup4==4.12.3
|
4 |
boto3==1.34.51
|
@@ -33,7 +32,7 @@ pymysql==1.1.0
|
|
33 |
python-dotenv==1.0.1
|
34 |
PyYAML==6.0.1
|
35 |
regex==2023.12.25
|
36 |
-
Requests==2.
|
37 |
serpapi==0.1.5
|
38 |
sky==0.0.201
|
39 |
SPARQLWrapper==2.0.0
|
@@ -47,7 +46,5 @@ typing_extensions==4.10.0
|
|
47 |
uvicorn==0.27.1
|
48 |
vllm==0.3.2
|
49 |
xmltodict==0.13.0
|
50 |
-
|
51 |
-
python-iso639
|
52 |
-
languages
|
53 |
|
|
|
|
|
1 |
amadeus==9.0.0
|
2 |
beautifulsoup4==4.12.3
|
3 |
boto3==1.34.51
|
|
|
32 |
python-dotenv==1.0.1
|
33 |
PyYAML==6.0.1
|
34 |
regex==2023.12.25
|
35 |
+
Requests==2.28.1 # Adjusted to match steamship's requirement
|
36 |
serpapi==0.1.5
|
37 |
sky==0.0.201
|
38 |
SPARQLWrapper==2.0.0
|
|
|
46 |
uvicorn==0.27.1
|
47 |
vllm==0.3.2
|
48 |
xmltodict==0.13.0
|
49 |
+
aiohttp==3.9.3
|
|
|
|
|
50 |
|