Spaces:
Running
Running
meta-artem
commited on
Commit
•
23a9b62
1
Parent(s):
6c9ee55
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
tensorflow>=2.6.2 # 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
|
|
|
1 |
tensorflow>=2.6.2 # 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
|