NiranjanShetty
commited on
Commit
•
bed6748
1
Parent(s):
e997958
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
torchvision
|
9 |
-
scikit-learn
|
|
|
1 |
+
pandas==2.0.3
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.35.0
|
4 |
+
symspellpy==6.7.0
|
5 |
+
streamlit==1.25.0
|
6 |
+
scikit-learn==1.3.2
|
7 |
+
numpy==1.24.4
|
|
|
|