Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -12,7 +12,7 @@ transformers
|
|
| 12 |
tokenizers>=0.15.0
|
| 13 |
sentencepiece
|
| 14 |
matplotlib
|
| 15 |
-
numpy
|
| 16 |
pandas==1.1.4
|
| 17 |
pyyaml==5.1
|
| 18 |
scikit-learn==0.22
|
|
|
|
| 12 |
tokenizers>=0.15.0
|
| 13 |
sentencepiece
|
| 14 |
matplotlib
|
| 15 |
+
numpy<=1.19.0
|
| 16 |
pandas==1.1.4
|
| 17 |
pyyaml==5.1
|
| 18 |
scikit-learn==0.22
|