Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -12,6 +12,6 @@ jupyterlab
|
|
12 |
seaborn
|
13 |
opencv-python
|
14 |
# imgaug
|
15 |
-
# numpy<2.0.0
|
16 |
termcolor
|
17 |
-
transformers==4.41.2
|
|
|
|
12 |
seaborn
|
13 |
opencv-python
|
14 |
# imgaug
|
|
|
15 |
termcolor
|
16 |
+
transformers==4.41.2
|
17 |
+
numpy<2.0.0
|