Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -28
requirements.txt
CHANGED
@@ -1,30 +1,3 @@
|
|
1 |
-
pip install -r requirements.txt
|
2 |
Flask==2.3.2
|
3 |
-
Flask-Cors==3.0.10
|
4 |
-
fastapi==0.100.0
|
5 |
-
uvicorn==0.23.0
|
6 |
-
requests==2.31.0
|
7 |
-
httpx==0.24.1
|
8 |
-
pydantic==2.3.0
|
9 |
-
huggingface-hub==0.16.4
|
10 |
transformers==4.31.0
|
11 |
-
|
12 |
-
loguru==0.7.0
|
13 |
-
gunicorn==21.2.0 # Keeping only one version
|
14 |
-
torch==2.0.0
|
15 |
-
tensorflow==2.14.0
|
16 |
-
numpy==1.23.5
|
17 |
-
pandas==2.0.3
|
18 |
-
scipy==1.10.1
|
19 |
-
beautifulsoup4==4.12.2
|
20 |
-
nltk==3.8.1
|
21 |
-
matplotlib==3.7.1
|
22 |
-
scikit-learn==1.3.1
|
23 |
-
tqdm==4.65.0
|
24 |
-
pytest==7.4.1
|
25 |
-
pillow==10.0.0
|
26 |
-
sympy==1.12
|
27 |
-
xgboost==2.1.0
|
28 |
-
spacy==3.6.0
|
29 |
-
seaborn==0.12.2
|
30 |
-
regex==2024.9.1
|
|
|
|
|
1 |
Flask==2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
transformers==4.31.0
|
3 |
+
torch==2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|