Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -2
requirements.txt
CHANGED
@@ -1,2 +1,12 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
h5py==3.7.0
|
2 |
+
keras==2.11.0
|
3 |
+
numpy==1.23.4
|
4 |
+
pandas==1.5.0
|
5 |
+
matplotlib==3.6.0
|
6 |
+
scikit-learn==1.5.0
|
7 |
+
seaborn==0.12.1
|
8 |
+
scikeras[tensorflow]==0.10.0
|
9 |
+
six==1.16.0
|
10 |
+
tensorflow==2.11.1
|
11 |
+
tflite-runtime==2.11.0
|
12 |
+
pipenv
|