Update requirements.txt
Browse files- requirements.txt +6 -19
requirements.txt
CHANGED
@@ -1,20 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
Pillow==9.5.0
|
4 |
-
Cython==0.29.34
|
5 |
-
matplotlib==3.5.3
|
6 |
-
scikit-image==0.19.3
|
7 |
-
tensorflow==1.13.1
|
8 |
-
keras==2.0.8
|
9 |
-
opencv-python-headless==4.7.0.72
|
10 |
-
h5py==2.10.0
|
11 |
-
imgaug==0.4.0
|
12 |
-
ipython==7.34.0
|
13 |
imageio==2.9.0
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
fastapi==0.74.*
|
19 |
-
gunicorn==20.1.0
|
20 |
-
protobuf==3.19.0
|
|
|
1 |
+
tensorflow==2.12.0
|
2 |
+
tensorflow-hub==0.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
imageio==2.9.0
|
4 |
+
matplotlib==3.7.1
|
5 |
+
Pillow==7.2.0
|
6 |
+
protobuf==3.20.3
|
7 |
+
|
|
|
|
|
|