Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -7,8 +7,6 @@ pydantic==2.4.2
|
|
7 |
python-multipart==0.0.6
|
8 |
wget
|
9 |
gdown
|
10 |
-
numpy>=1.20.0
|
11 |
requests>=2.27.1
|
12 |
-
# Remove
|
13 |
-
# outetts
|
14 |
-
# uroman
|
|
|
7 |
python-multipart==0.0.6
|
8 |
wget
|
9 |
gdown
|
10 |
+
numpy>=1.20.0,<2.0.0
|
11 |
requests>=2.27.1
|
12 |
+
# Remove outetts and uroman if they were in your file
|
|
|
|