Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
matplotlib
|
| 5 |
-
seaborn
|
| 6 |
-
gradio
|
| 7 |
-
joblib
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
protobuf>=3.9.2,<3.20
|
|
|
|
| 1 |
+
tensorflow-cpu==2.10.1
|
| 2 |
+
numpy==1.23.5
|
| 3 |
+
protobuf>=3.9.2,<3.20
|
| 4 |
+
matplotlib==3.7.1
|
| 5 |
+
seaborn==0.12.2
|
| 6 |
+
gradio==3.41.2
|
| 7 |
+
joblib==1.2.0
|
| 8 |
+
scikit-learn==1.2.2
|
| 9 |
+
h5py==3.8.0
|
|
|