Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -20,4 +20,5 @@ git+https://github.com/huggingface/transformers.git@983e40ac3b2af68fd6c927dce093
|
|
20 |
git+https://github.com/huggingface/accelerate.git@a54cd0abd8f1f1f5e0f64ac030427c30760309d8
|
21 |
huggingface_hub==0.10.1
|
22 |
setuptools==59.5.0
|
23 |
-
scikit-learn==1.0.2
|
|
|
|
20 |
git+https://github.com/huggingface/accelerate.git@a54cd0abd8f1f1f5e0f64ac030427c30760309d8
|
21 |
huggingface_hub==0.10.1
|
22 |
setuptools==59.5.0
|
23 |
+
scikit-learn==1.0.2
|
24 |
+
numpy==1.23.4
|