Update requirements.txt
Browse files- requirements.txt +9 -11
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
numpy>=1.9.2
|
2 |
-
pandas>=0.19
|
3 |
-
tensorflow>=2.6.0
|
4 |
-
torch>=1.2.0+cpu
|
5 |
-
torchvision>=0.5.0+cpu
|
6 |
-
nltk>=3.5.0
|
7 |
-
spaCy==3.1.3
|
8 |
-
streamlit
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
1 |
+
numpy>=1.9.2
|
2 |
+
pandas>=0.19
|
3 |
+
tensorflow>=2.6.0
|
4 |
+
torch>=1.2.0+cpu
|
5 |
+
torchvision>=0.5.0+cpu
|
6 |
+
nltk>=3.5.0
|
7 |
+
spaCy==3.1.3
|
8 |
+
streamlit
|
9 |
+
altair<5
|
|
|
|