Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
fastapi==0.111.0
|
2 |
-
h5py==3.11.0
|
3 |
-
joblib==1.4.2
|
4 |
-
keras==3.3.3
|
5 |
numpy==1.26.4
|
6 |
pandas==2.2.2
|
7 |
protobuf==4.25.3
|
@@ -9,5 +9,5 @@ pydantic==2.7.2
|
|
9 |
pydantic_core==2.18.3
|
10 |
scikit-learn==1.5.0
|
11 |
scipy==1.13.1
|
12 |
-
tensorflow==2.16.1
|
13 |
uvicorn==0.30.1
|
|
|
1 |
fastapi==0.111.0
|
2 |
+
# h5py==3.11.0
|
3 |
+
# joblib==1.4.2
|
4 |
+
# keras==3.3.3
|
5 |
numpy==1.26.4
|
6 |
pandas==2.2.2
|
7 |
protobuf==4.25.3
|
|
|
9 |
pydantic_core==2.18.3
|
10 |
scikit-learn==1.5.0
|
11 |
scipy==1.13.1
|
12 |
+
# tensorflow==2.16.1
|
13 |
uvicorn==0.30.1
|