keras/requirements.txt
dependabot[bot] ce7fc6b2a1
Bump the python group with 5 updates (#20077)
Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow](https://github.com/tensorflow/tensorflow), torch, torchvision and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version.

Updates `tensorflow-cpu` to 2.17.0
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.16.2...v2.17.0)

Updates `tensorflow` to 2.17.0
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.16.2...v2.17.0)

Updates `torch` from 2.3.1+cu121 to 2.4.0+cu121

Updates `torchvision` from 0.18.1+cu121 to 0.19.0+cu121

Updates `tensorflow[and-cuda]` to 2.17.0
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.16.2...v2.17.0)

---
updated-dependencies:
- dependency-name: tensorflow-cpu
  dependency-type: direct:production
  dependency-group: python
- dependency-name: tensorflow
  dependency-type: direct:production
  dependency-group: python
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: torchvision
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: tensorflow[and-cuda]
  dependency-type: direct:production
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 07:09:48 -07:00

18 lines
341 B
Plaintext

# Tensorflow.
tensorflow-cpu~=2.17.0;sys_platform != 'darwin' # Pin to TF 2.16
tensorflow~=2.17.0;sys_platform == 'darwin'
tf_keras
# Torch.
# TODO: Pin to < 2.3.0 (GitHub issue #19602)
--extra-index-url https://download.pytorch.org/whl/cpu
torch>=2.1.0
torchvision>=0.16.0
# Jax.
jax[cpu]
flax
# Common deps.
-r requirements-common.txt