Spaces:
Sleeping
Sleeping
saniaE commited on
Commit ·
c19f6b7
1
Parent(s): 1238982
updated requirements
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
python-multipart
|
| 4 |
-
huggingface-hub
|
| 5 |
-
pandas==1.
|
| 6 |
-
numpy==1.
|
| 7 |
-
matplotlib==3.
|
| 8 |
-
scikit-image==0.
|
| 9 |
-
opencv-python-headless==4.
|
| 10 |
h5py==2.10.0
|
| 11 |
-
keras==2.2.
|
| 12 |
-
tensorflow
|
| 13 |
-
Keras-applications==1.0.
|
| 14 |
protobuf==3.20.3
|
| 15 |
-
Pillow==
|
|
|
|
| 1 |
+
fastapi==0.95.2
|
| 2 |
+
uvicorn==0.22.0
|
| 3 |
+
python-multipart==0.0.6
|
| 4 |
+
huggingface-hub==0.14.1
|
| 5 |
+
pandas==1.1.5
|
| 6 |
+
numpy==1.19.5
|
| 7 |
+
matplotlib==3.3.4
|
| 8 |
+
scikit-image==0.17.2
|
| 9 |
+
opencv-python-headless==4.5.5.64
|
| 10 |
h5py==2.10.0
|
| 11 |
+
keras==2.2.4
|
| 12 |
+
tensorflow==1.15.0
|
| 13 |
+
Keras-applications==1.0.8
|
| 14 |
protobuf==3.20.3
|
| 15 |
+
Pillow==8.4.0
|