Skip to content

Commit 6ec41b9

Browse files
committed
Update tensorflow to 2.10-rc1 to enable building tflite.
1 parent 390faa2 commit 6ec41b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
absl-py==0.11.0
1+
absl-py==1.0.0
22
astunparse==1.6.3
33
cachetools==4.2.2
44
certifi==2021.5.30
@@ -18,9 +18,9 @@ grpcio==1.39.0
1818
gym==0.19.0
1919
h5py==3.6.0
2020
idna==3.2
21-
keras==2.7.0
21+
keras==2.10-rc1
2222
keras-preprocessing==1.1.2
23-
libclang==12.0.0
23+
libclang==13.0.0
2424
markdown==3.3.4
2525
numpy==1.22.1
2626
oauthlib==3.1.1
@@ -37,11 +37,11 @@ rsa==4.7.2
3737
scipy==1.7.1
3838
setuptools==57.4.0
3939
six==1.16.0
40-
tensorboard==2.7.0
40+
tensorboard==2.9
4141
tensorboard-data-server==0.6.1
4242
tensorboard-plugin-wit==1.8.0
43-
tensorflow==2.7.0
44-
tensorflow-estimator==2.7.0
43+
tensorflow==2.10-RC1
44+
tensorflow-estimator==2.10-rc0
4545
tensorflow-io-gcs-filesystem==0.23.1
4646
tensorflow-probability==0.15.0
4747
termcolor==1.1.0

0 commit comments

Comments
 (0)