Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
tensorflow
|
2 |
-
tensorflow-datasets
|
3 |
-
tensorflow-addons
|
4 |
-
absl-py
|
5 |
-
gin-config
|
6 |
-
parameterized
|
7 |
-
mediapy
|
8 |
-
opencv-python
|
9 |
-
scikit-image
|
10 |
-
apache-beam
|
11 |
-
google-cloud-bigquery-storage
|
12 |
-
natsort
|
13 |
image-tools
|
14 |
numpy
|
|
|
1 |
+
tensorflow
|
2 |
+
tensorflow-datasets
|
3 |
+
tensorflow-addons
|
4 |
+
absl-py
|
5 |
+
gin-config
|
6 |
+
parameterized
|
7 |
+
mediapy
|
8 |
+
opencv-python
|
9 |
+
scikit-image
|
10 |
+
apache-beam
|
11 |
+
google-cloud-bigquery-storage # Suppresses a harmless error from beam
|
12 |
+
natsort
|
13 |
image-tools
|
14 |
numpy
|