Spaces:
Sleeping
Sleeping
modified requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
numpy==
|
2 |
-
tensorflow==
|
3 |
-
pandas==
|
4 |
-
scikit-learn==
|
5 |
-
matplotlib==
|
6 |
-
pillow==
|
7 |
-
uvicorn==
|
8 |
-
fastapi==
|
9 |
-
pydantic==
|
10 |
-
python-multipart==
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
tensorflow==2.16.1
|
3 |
+
pandas==2.2.1
|
4 |
+
scikit-learn==1.4.0
|
5 |
+
matplotlib==3.8.3
|
6 |
+
pillow==10.3.0
|
7 |
+
uvicorn==0.29.0
|
8 |
+
fastapi==0.110.0
|
9 |
+
pydantic==2.6.4
|
10 |
+
python-multipart==0.0.9
|