Spaces:
Build error
Build error
revert
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
tensorflow # The latest should include tensorflow-gpu
|
2 |
-
tensorflow-datasets
|
3 |
-
tensorflow-addons
|
4 |
-
absl-py
|
5 |
-
gin-config
|
6 |
-
parameterized
|
7 |
-
mediapy
|
8 |
-
scikit-image
|
9 |
-
apache-beam
|
10 |
-
google-cloud-bigquery-storage
|
11 |
-
natsort
|
12 |
image-tools
|
13 |
-
numpy==1.20
|
|
|
1 |
tensorflow # The latest should include tensorflow-gpu
|
2 |
+
tensorflow-datasets==4.4.0
|
3 |
+
tensorflow-addons==0.15.0
|
4 |
+
absl-py==0.12.0
|
5 |
+
gin-config==0.5.0
|
6 |
+
parameterized==0.8.1
|
7 |
+
mediapy==1.0.3
|
8 |
+
scikit-image==0.19.1
|
9 |
+
apache-beam==2.34.0
|
10 |
+
google-cloud-bigquery-storage==1.1.0 # Suppresses a harmless error from beam
|
11 |
+
natsort==8.1.0
|
12 |
image-tools
|
|