Spaces:
Runtime error
Runtime error
ZackBradshaw
commited on
Upload folder using huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -26,7 +26,7 @@ Pillow==10.2.0
|
|
26 |
playwright==1.41.2
|
27 |
psycopg2==2.9.9
|
28 |
py3langid==0.2.2
|
29 |
-
pydantic
|
30 |
pydub==0.25.1
|
31 |
pymysql==1.1.0
|
32 |
python-dotenv==1.0.1
|
@@ -37,7 +37,7 @@ serpapi==0.1.5
|
|
37 |
sky==0.0.201
|
38 |
SPARQLWrapper==2.0.0
|
39 |
sqlparse==0.4.4
|
40 |
-
steamship
|
41 |
tenacity==8.2.3
|
42 |
torch==2.1.2
|
43 |
tqdm==4.66.2
|
|
|
26 |
playwright==1.41.2
|
27 |
psycopg2==2.9.9
|
28 |
py3langid==0.2.2
|
29 |
+
pydantic==2.0 # Updated to satisfy both fastapi and gradio dependencies
|
30 |
pydub==0.25.1
|
31 |
pymysql==1.1.0
|
32 |
python-dotenv==1.0.1
|
|
|
37 |
sky==0.0.201
|
38 |
SPARQLWrapper==2.0.0
|
39 |
sqlparse==0.4.4
|
40 |
+
steamship
|
41 |
tenacity==8.2.3
|
42 |
torch==2.1.2
|
43 |
tqdm==4.66.2
|