Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -9
requirements.txt
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
-
torch>=
|
2 |
-
transformers>=4.30.0
|
3 |
-
gradio>=4.0.0
|
4 |
-
matplotlib>=3.5
|
5 |
-
numpy>=1.21
|
6 |
seaborn>=0.11
|
7 |
wordcloud>=1.8.1
|
8 |
-
scipy>=1.7
|
9 |
-
|
10 |
-
scikit-learn>=1.0.0
|
11 |
networkx>=2.6.0
|
12 |
-
pillow>=8.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.0.0,<2.3.0
|
2 |
+
transformers>=4.30.0,<5.0.0
|
3 |
+
gradio>=4.0.0,<5.0.0
|
4 |
+
matplotlib>=3.5,<4.0.0
|
5 |
+
numpy>=1.21,<2.0.0
|
6 |
seaborn>=0.11
|
7 |
wordcloud>=1.8.1
|
8 |
+
scipy>=1.7,<2.0.0
|
9 |
+
scikit-learn>=1.0.0,<1.4.0
|
|
|
10 |
networkx>=2.6.0
|
11 |
+
pillow>=8.0.0,<11.0.0
|
12 |
+
nltk>=3.8
|
13 |
+
pandas>=1.3.0,<3.0.0
|
14 |
+
langdetect>=1.0.9
|
15 |
+
python-dateutil>=2.8.0
|
16 |
+
accelerate>=0.20.0
|
17 |
+
psutil>=5.8.0
|