Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
tensorflow==2.17.0
|
| 2 |
-
numpy
|
| 3 |
Pillow==9.2.0
|
| 4 |
gradio==3.0.7
|
| 5 |
httpx==0.21.1
|
|
@@ -7,3 +7,4 @@ seaborn==0.11.2
|
|
| 7 |
matplotlib==3.5.1
|
| 8 |
scikit-learn==1.1.3
|
| 9 |
Cython==0.29.32
|
|
|
|
|
|
| 1 |
tensorflow==2.17.0
|
| 2 |
+
numpy>=1.23.5, <2.0.0
|
| 3 |
Pillow==9.2.0
|
| 4 |
gradio==3.0.7
|
| 5 |
httpx==0.21.1
|
|
|
|
| 7 |
matplotlib==3.5.1
|
| 8 |
scikit-learn==1.1.3
|
| 9 |
Cython==0.29.32
|
| 10 |
+
ml-dtypes<0.5.0,>=0.3.1
|