Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ huggingface-hub==0.16.4
|
|
9 |
transformers==4.31.0
|
10 |
python-dotenv==1.0.0
|
11 |
loguru==0.7.0
|
12 |
-
gunicorn==
|
13 |
torch==2.0.0
|
14 |
tensorflow==2.14.0
|
15 |
numpy==1.23.5
|
@@ -21,7 +21,6 @@ matplotlib==3.7.1
|
|
21 |
scikit-learn==1.3.1
|
22 |
tqdm==4.65.0
|
23 |
pytest==7.4.1
|
24 |
-
gunicorn==21.2.0
|
25 |
pillow==10.0.0
|
26 |
sympy==1.12
|
27 |
xgboost==2.1.0
|
|
|
9 |
transformers==4.31.0
|
10 |
python-dotenv==1.0.0
|
11 |
loguru==0.7.0
|
12 |
+
gunicorn==21.2.0 # Keeping only one version
|
13 |
torch==2.0.0
|
14 |
tensorflow==2.14.0
|
15 |
numpy==1.23.5
|
|
|
21 |
scikit-learn==1.3.1
|
22 |
tqdm==4.65.0
|
23 |
pytest==7.4.1
|
|
|
24 |
pillow==10.0.0
|
25 |
sympy==1.12
|
26 |
xgboost==2.1.0
|