File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
66tensorflow-probability==0.23.0; python_version < '3.12'
77tensorflow-io-gcs-filesystem==0.31.0; python_version < '3.12'
88tensorflow-datasets; python_version < '3.12'
Original file line number Diff line number Diff line change 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'
55tensorflow-probability==0.23.0; python_version < '3.12'
66tensorflow-datasets; python_version < '3.12'
77
You can’t perform that action at this time.
0 commit comments