Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse filesTry to fix compatibility issues
- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -7,4 +7,9 @@ transformers
|
|
7 |
ftfy
|
8 |
regex
|
9 |
pandas
|
10 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
7 |
ftfy
|
8 |
regex
|
9 |
pandas
|
10 |
+
huggingface_hub
|
11 |
+
|
12 |
+
# Try to fix compatibility issues
|
13 |
+
fastapi==0.100.0
|
14 |
+
pydantic==2.1.1
|
15 |
+
starlette==0.27.0
|