Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -7,8 +7,8 @@ opencv-python==4.5.1.48
|
|
7 |
pyyaml
|
8 |
scikit-image==0.16.2
|
9 |
scipy==1.1.0
|
10 |
-
tensorboard
|
11 |
-
tensorflow
|
12 |
-
tensorflow-estimator
|
13 |
wheel
|
14 |
torch
|
|
|
7 |
pyyaml
|
8 |
scikit-image==0.16.2
|
9 |
scipy==1.1.0
|
10 |
+
tensorboard==1.14.0
|
11 |
+
tensorflow==1.14.0
|
12 |
+
tensorflow-estimator==1.14.0
|
13 |
wheel
|
14 |
torch
|