Spaces:
Sleeping
Sleeping
update req
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
flask
|
2 |
gunicorn
|
3 |
-
tensorflow
|
4 |
-
matplotlib
|
5 |
-
numpy
|
|
|
1 |
+
flask==2.3.3
|
2 |
gunicorn
|
3 |
+
tensorflow==2.15.0
|
4 |
+
matplotlib==3.7.2
|
5 |
+
numpy==1.24.3
|