Spaces:
Sleeping
Sleeping
vickeee465
commited on
Commit
·
2942bd5
1
Parent(s):
6465f44
added numpy version spec
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
pandas
|
2 |
-
numpy
|
3 |
torch==2.2.1
|
4 |
transformers==4.39.1
|
5 |
sentencepiece==0.2.0
|
|
|
1 |
pandas
|
2 |
+
numpy<2
|
3 |
torch==2.2.1
|
4 |
transformers==4.39.1
|
5 |
sentencepiece==0.2.0
|