Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|