Skip to content

Commit ee57de3

Browse files
Update tensorflow to resolve its conflict with protobuf
Signed-off-by: Jeffrey Wang <jeffreywang@anyscale.com>
1 parent 3190ad1 commit ee57de3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

python/requirements/ml/dl-cpu-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# These requirements are used for the CI and CPU-only Docker images so we install CPU only versions of torch.
22
# For GPU Docker images, you should install dl-gpu-requirements.txt afterwards.
33

4-
tensorflow==2.15.1; python_version < '3.12' and (sys_platform != 'darwin' or platform_machine != 'arm64')
5-
tensorflow-macos==2.15.1; python_version < '3.12' and sys_platform == 'darwin' and platform_machine == 'arm64'
4+
tensorflow==2.20.0; python_version < '3.12' and (sys_platform != 'darwin' or platform_machine != 'arm64')
5+
tensorflow-macos==2.20.0; python_version < '3.12' and sys_platform == 'darwin' and platform_machine == 'arm64'
66
tensorflow-probability==0.23.0; python_version < '3.12'
77
tensorflow-io-gcs-filesystem==0.31.0; python_version < '3.12'
88
tensorflow-datasets; python_version < '3.12'

python/requirements/ml/dl-gpu-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# If you make changes below this line, please also make the corresponding changes to `dl-cpu-requirements.txt`!
22

3-
tensorflow==2.15.1; python_version < '3.12' and (sys_platform != 'darwin' or platform_machine != 'arm64')
4-
tensorflow-macos==2.15.1; python_version < '3.12' and sys_platform == 'darwin' and platform_machine == 'arm64'
3+
tensorflow==2.20.0; python_version < '3.12' and (sys_platform != 'darwin' or platform_machine != 'arm64')
4+
tensorflow-macos==2.20.0; python_version < '3.12' and sys_platform == 'darwin' and platform_machine == 'arm64'
55
tensorflow-probability==0.23.0; python_version < '3.12'
66
tensorflow-datasets; python_version < '3.12'
77

0 commit comments

Comments
 (0)