Spaces:
Sleeping
Sleeping
bushra1dajam
commited on
Update requirements.txt
Browse files- requirements.txt +30 -30
requirements.txt
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
-
|
2 |
-
gunicorn==22.0.0
|
3 |
-
Jinja2==3.1.2
|
4 |
-
itsdangerous==2.2.0
|
5 |
-
MarkupSafe==2.1.3
|
6 |
-
Werkzeug==3.0.3
|
7 |
-
numpy==1.26.4
|
8 |
-
pandas==2.2.2
|
9 |
-
scikit-learn==1.5.1
|
10 |
-
scipy==1.14.0
|
11 |
-
matplotlib==3.9.1
|
12 |
-
matplotlib-inline==0.1.6
|
13 |
-
Flask-Cors==4.0.1
|
14 |
-
Flask-Login==0.6.3
|
15 |
-
flask-ngrok==0.0.25
|
16 |
-
aiohttp==3.9.5
|
17 |
-
python-json-logger==2.0.7
|
18 |
-
eventlet==0.36.1
|
19 |
-
gevent==24.2.1
|
20 |
-
gevent-websocket==0.10.1
|
21 |
-
openai==0.28.0
|
22 |
-
json5==0.9.14
|
23 |
-
Werkzeug==3.0.3
|
24 |
-
joblib==1.4.2
|
25 |
-
transformers==4.30.0
|
26 |
-
torch
|
27 |
-
seaborn
|
28 |
-
nltk
|
29 |
-
tashaphyne
|
30 |
-
huggingface-hub==0.26.2
|
|
|
1 |
+
streamlit
|
2 |
+
gunicorn==22.0.0
|
3 |
+
Jinja2==3.1.2
|
4 |
+
itsdangerous==2.2.0
|
5 |
+
MarkupSafe==2.1.3
|
6 |
+
Werkzeug==3.0.3
|
7 |
+
numpy==1.26.4
|
8 |
+
pandas==2.2.2
|
9 |
+
scikit-learn==1.5.1
|
10 |
+
scipy==1.14.0
|
11 |
+
matplotlib==3.9.1
|
12 |
+
matplotlib-inline==0.1.6
|
13 |
+
Flask-Cors==4.0.1
|
14 |
+
Flask-Login==0.6.3
|
15 |
+
flask-ngrok==0.0.25
|
16 |
+
aiohttp==3.9.5
|
17 |
+
python-json-logger==2.0.7
|
18 |
+
eventlet==0.36.1
|
19 |
+
gevent==24.2.1
|
20 |
+
gevent-websocket==0.10.1
|
21 |
+
openai==0.28.0
|
22 |
+
json5==0.9.14
|
23 |
+
Werkzeug==3.0.3
|
24 |
+
joblib==1.4.2
|
25 |
+
transformers==4.30.0
|
26 |
+
torch
|
27 |
+
seaborn
|
28 |
+
nltk
|
29 |
+
tashaphyne
|
30 |
+
huggingface-hub==0.26.2
|