meta-artem commited on
Commit
23a9b62
1 Parent(s): 6c9ee55

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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==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
 
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