Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -2,10 +2,10 @@ feedparser==6.0.8
|
|
2 |
Flask==2.0.3
|
3 |
flask_cors==3.0.10
|
4 |
flask_session==0.4.0
|
5 |
-
hdbscan
|
6 |
-
numpy
|
7 |
python-dotenv==0.19.2
|
8 |
python_dateutil==2.8.2
|
9 |
torch
|
10 |
transformers==4.16.2
|
11 |
-
umap-learn
|
|
|
2 |
Flask==2.0.3
|
3 |
flask_cors==3.0.10
|
4 |
flask_session==0.4.0
|
5 |
+
hdbscan
|
6 |
+
numpy
|
7 |
python-dotenv==0.19.2
|
8 |
python_dateutil==2.8.2
|
9 |
torch
|
10 |
transformers==4.16.2
|
11 |
+
umap-learn
|