Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
tensorflow
|
| 2 |
Pillow>=10.0.0
|
| 3 |
-
numpy>=1.24.0
|
| 4 |
Flask>=3.0.0
|
| 5 |
Werkzeug>=3.0.0
|
| 6 |
-
gunicorn>=21.2.0
|
| 7 |
-
tqdm>=4.66.0
|
| 8 |
-
matplotlib>=3.7.0
|
|
|
|
| 1 |
+
tensorflow==2.15.0
|
| 2 |
Pillow>=10.0.0
|
| 3 |
+
numpy>=1.24.0,<2.0.0
|
| 4 |
Flask>=3.0.0
|
| 5 |
Werkzeug>=3.0.0
|
| 6 |
+
gunicorn>=21.2.0
|
| 7 |
+
tqdm>=4.66.0
|
| 8 |
+
matplotlib>=3.7.0
|