Skip to content

Commit

Permalink
Bump the python group with 5 updates (#1969)
Browse files Browse the repository at this point in the history
Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow-text](https://github.com/tensorflow/text), torch, torchvision and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version.

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

Updates `tensorflow-text` to 2.18.0
- [Release notes](https://github.com/tensorflow/text/releases)
- [Commits](tensorflow/text@v2.17.0...v2.18.0)

Updates `torch` from 2.4.1+cu121 to 2.5.1+cu121

Updates `torchvision` from 0.19.1+cu121 to 0.20.1+cu121

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

---
updated-dependencies:
- dependency-name: tensorflow-cpu
  dependency-type: direct:production
  dependency-group: python
- dependency-name: tensorflow-text
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent b5d0e8a commit 550d04f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements-jax-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow cpu-only version.
tensorflow-cpu~=2.17
tensorflow-text~=2.17
tensorflow-cpu~=2.18
tensorflow-text~=2.18

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
4 changes: 2 additions & 2 deletions requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow with cuda support.
tensorflow[and-cuda]~=2.17
tensorflow-text~=2.17
tensorflow[and-cuda]~=2.18
tensorflow-text~=2.18

# Torch cpu-only version.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
8 changes: 4 additions & 4 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Tensorflow cpu-only version.
tensorflow-cpu~=2.17
tensorflow-text~=2.17
tensorflow-cpu~=2.18
tensorflow-text~=2.18

# Torch with cuda support.
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.4.1+cu121
torchvision==0.19.1+cu121
torch==2.5.1+cu121
torchvision==0.20.1+cu121

# Jax cpu-only version.
jax[cpu]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tensorflow.
tensorflow-cpu~=2.17
tensorflow-text~=2.17
tensorflow-cpu~=2.18
tensorflow-text~=2.18

# Torch.
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit 550d04f

Please sign in to comment.