Add all
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -9,15 +9,14 @@ spodcast
|
|
9 |
tensorflow
|
10 |
tensorflow-datasets
|
11 |
tensorflow-addons
|
12 |
-
absl-py
|
13 |
-
gin-config
|
14 |
-
parameterized
|
15 |
-
|
16 |
-
|
17 |
-
apache-beam==2.34.0
|
18 |
google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
|
19 |
-
natsort
|
20 |
image-tools
|
21 |
-
opencv-python
|
22 |
-
moviepy
|
23 |
mediapy
|
|
|
9 |
tensorflow
|
10 |
tensorflow-datasets
|
11 |
tensorflow-addons
|
12 |
+
absl-py
|
13 |
+
gin-config
|
14 |
+
parameterized
|
15 |
+
scikit-image
|
16 |
+
apache-beam
|
|
|
17 |
google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
|
18 |
+
natsort
|
19 |
image-tools
|
20 |
+
opencv-python
|
21 |
+
moviepy
|
22 |
mediapy
|