Spaces:
Runtime error
Runtime error
Commit
·
1712c17
1
Parent(s):
b93a3af
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
pandas
|
7 |
pickle
|
|
|
|
1 |
+
tensorflow2.14.0
|
2 |
+
keras==2.14.0
|
3 |
+
flask==2.2.2
|
4 |
+
numpy==1.24.3
|
5 |
+
pandas==1.5.3
|
|
|
6 |
pickle
|
7 |
+
scikit-learn==1.3.0
|