Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
flask
|
| 2 |
google-api-python-client
|
| 3 |
praw
|
| 4 |
-
transformers
|
|
|
|
| 5 |
datasets
|
| 6 |
scikit-learn
|
| 7 |
pandas
|
| 8 |
matplotlib
|
| 9 |
wordcloud
|
| 10 |
-
torch==2.2.0
|
| 11 |
-
torch-geometric==2.5.2
|
| 12 |
-
shap
|
| 13 |
-
lime
|
| 14 |
networkx
|
| 15 |
-
|
|
|
|
|
|
|
|
|
| 1 |
flask
|
| 2 |
google-api-python-client
|
| 3 |
praw
|
| 4 |
+
transformers>=4.40.0
|
| 5 |
+
torch>=2.4.0
|
| 6 |
datasets
|
| 7 |
scikit-learn
|
| 8 |
pandas
|
| 9 |
matplotlib
|
| 10 |
wordcloud
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
networkx
|
| 12 |
+
torch-geometric
|
| 13 |
+
shap
|
| 14 |
+
lime
|