Spaces:
Running
Running
Abdullah-Basar
commited on
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
groq
|
3 |
-
transformers==4.30.0
|
4 |
-
torch==2.1.0
|
5 |
-
pandas==1.5.3
|
6 |
-
matplotlib==3.6.3
|
7 |
-
numpy>=1.23.0
|
8 |
|
|
|
1 |
+
numpy>=1.24.3
|
2 |
+
pandas>=1.5.3
|
3 |
+
matplotlib>=3.6.0
|
4 |
+
streamlit>=1.21.0
|
5 |
+
transformers>=4.29.0
|
6 |
+
torch>=2.0.0
|
7 |
groq
|
|
|
|
|
|
|
|
|
|
|
8 |
|