Spaces:
Build error
Build error
Commit
·
a70866f
1
Parent(s):
4c572fd
Updated the pip library to the latest versions
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
pandas==2.2.
|
3 |
-
numpy==
|
4 |
-
torch==2.0
|
5 |
transformers @ git+https://github.com/huggingface/[email protected]
|
6 |
-
matplotlib==3.
|
|
|
1 |
+
streamlit==1.43.2
|
2 |
+
pandas==2.2.3
|
3 |
+
numpy==2.2.4
|
4 |
+
torch==2.6.0
|
5 |
transformers @ git+https://github.com/huggingface/[email protected]
|
6 |
+
matplotlib==3.10.1
|