Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
tensorflow==2.12.0
|
| 2 |
keras==2.12.0
|
| 3 |
-
numpy==1.24
|
| 4 |
pandas==2.1.1
|
| 5 |
matplotlib==3.7.1
|
| 6 |
scikit-learn==1.2.2
|
|
|
|
| 1 |
tensorflow==2.12.0
|
| 2 |
keras==2.12.0
|
| 3 |
+
numpy>=1.22,<=1.24
|
| 4 |
pandas==2.1.1
|
| 5 |
matplotlib==3.7.1
|
| 6 |
scikit-learn==1.2.2
|