Update requirements.txt
Browse files- requirements.txt +22 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,22 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Flask==2.1.1
|
| 2 |
+
numpy==1.21.5
|
| 3 |
+
opencv-python==4.5.5
|
| 4 |
+
tensorflow==2.7.0
|
| 5 |
+
absl-py==1.1.0
|
| 6 |
+
google-auth==2.6.6
|
| 7 |
+
google-auth-oauthlib==0.4.6
|
| 8 |
+
google-auth-httplib2==0.19.0
|
| 9 |
+
google-pasta==0.2.0
|
| 10 |
+
h5py==3.6.0
|
| 11 |
+
Keras-Preprocessing==1.1.2
|
| 12 |
+
libclang==14.0.0
|
| 13 |
+
numpy-groupies==0.3.1
|
| 14 |
+
opt-einsum==3.3.0
|
| 15 |
+
protobuf==3.19.4
|
| 16 |
+
py-cpuinfo==8.0.0
|
| 17 |
+
scipy==1.8.0
|
| 18 |
+
termcolor==1.1.0
|
| 19 |
+
tf-estimator==2.7.0
|
| 20 |
+
tensorflow-io==0.24.0
|
| 21 |
+
tensorflow-text==2.7.0
|
| 22 |
+
Werkzeug==2.1.1
|