-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Bump the python group with 5 updates #21704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [tensorflow-cpu](https://github.com/tensorflow/tensorflow), [tensorflow](https://github.com/tensorflow/tensorflow), torch, [torch-xla](https://github.com/pytorch/xla) and [tensorflow[and-cuda]](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-cpu` to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.1...v2.20.0) Updates `tensorflow` to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.1...v2.20.0) Updates `torch` from 2.6.0 to 2.8.0+cpu Updates `torch-xla` from 2.6.0 to 2.8.1 - [Release notes](https://github.com/pytorch/xla/releases) - [Commits](pytorch/xla@v2.6.0...v2.8.1) Updates `tensorflow[and-cuda]` to 2.20.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.18.1...v2.20.0) --- updated-dependencies: - dependency-name: tensorflow-cpu dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: tensorflow dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python - dependency-name: torch dependency-version: 2.8.0+cpu dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: torch-xla dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: tensorflow[and-cuda] dependency-version: 2.20.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 10, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 10, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 10, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 10, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 10, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 11, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 12, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 12, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 12, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 12, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 13, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 13, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 13, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 13, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 13, 2025
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 14, 2025
Replacement for keras-team#21704 Also: - Disabled an ONNX export test for Torch that was already disabled on GPU with both JAX and Tensorflow. - Moved install for `tf_keras` from `requirements.txt` to `action.yml` using the `--no-deps` option because `tf_keras` depends on `tensorflow`, which installs the non-CPU version of TensorFlow and causes issues with CPU tests.
hertschuh
added a commit
to hertschuh/keras
that referenced
this pull request
Oct 14, 2025
Replacement for keras-team#21704 Also: - Disabled an ONNX export test for Torch that was already disabled on GPU with both JAX and Tensorflow. - Moved install for `tf_keras` from `requirements.txt` to `action.yml` using the `--no-deps` option because `tf_keras` depends on `tensorflow`, which installs the non-CPU version of TensorFlow and causes issues with CPU tests.
hertschuh
added a commit
that referenced
this pull request
Oct 15, 2025
) Replacement for #21704 Also: - Disabled an ONNX export test for Torch that was already disabled on GPU with both JAX and Tensorflow. - Moved install for `tf_keras` from `requirements.txt` to `action.yml` using the `--no-deps` option because `tf_keras` depends on `tensorflow`, which installs the non-CPU version of TensorFlow and causes issues with CPU tests.
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
size:S
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on tensorflow-cpu, tensorflow, torch, torch-xla and tensorflow[and-cuda] to permit the latest version.
Updates
tensorflow-cputo 2.20.0Release notes
Sourced from tensorflow-cpu's releases.
Changelog
Sourced from tensorflow-cpu's changelog.
... (truncated)
Commits
72fbba3Merge pull request #98438 from tensorflow-jenkins/version-numbers-2.20.0-17429bf5899dUpdate version numbers to 2.20.0a80fbfeMerge pull request #97728 from tensorflow/r2.20-b0b73e1d3b4b2eeb62Fix release wheels build.2272fa9Merge pull request #97519 from rtg0795/r2.202cbf40eRefresh lock files89106daUpdate keras in requirements.in and setup.py.tplea85f43Merge pull request #97305 from rtg0795/r2.2058d26a9Update BUILD files with dependenciesde4ccfbMerge pull request #97302 from rtg0795/r2.20Updates
tensorflowto 2.20.0Release notes
Sourced from tensorflow's releases.
Changelog
Sourced from tensorflow's changelog.
... (truncated)
Commits
72fbba3Merge pull request #98438 from tensorflow-jenkins/version-numbers-2.20.0-17429bf5899dUpdate version numbers to 2.20.0a80fbfeMerge pull request #97728 from tensorflow/r2.20-b0b73e1d3b4b2eeb62Fix release wheels build.2272fa9Merge pull request #97519 from rtg0795/r2.202cbf40eRefresh lock files89106daUpdate keras in requirements.in and setup.py.tplea85f43Merge pull request #97305 from rtg0795/r2.2058d26a9Update BUILD files with dependenciesde4ccfbMerge pull request #97302 from rtg0795/r2.20Updates
torchfrom 2.6.0 to 2.8.0+cpuUpdates
torch-xlafrom 2.6.0 to 2.8.1Release notes
Sourced from torch-xla's releases.
... (truncated)
Commits
c17e4d3Update readme for 2.8.1 branch (#9627)557dcfcFix jax warning when not workaround is availablefde67d7Revert #9547 (#9607)d517649Add manylinux for pytorch/xlab052893Support manylinux buildad76b20Add flags for size optimization (#9547)36e7014Update README.md for release45d33b8cherry-pick: make jax as optional dependency (#9530)c7953abUpdate libtpu and jax versions to use with release (#9526)d442b45[torchax] Remove safe_zip (#9525)Updates
tensorflow[and-cuda]to 2.20.0Release notes
Sourced from tensorflow[and-cuda]'s releases.
Changelog
Sourced from tensorflow[and-cuda]'s changelog.
... (truncated)
Commits
72fbba3Merge pull request #98438 from tensorflow-jenkins/version-numbers-2.20.0-17429bf5899dUpdate version numbers to 2.20.0a80fbfeMerge pull request #97728 from tensorflow/r2.20-b0b73e1d3b4b2eeb62Fix release wheels build.2272fa9Merge pull request #97519 from rtg0795/r2.202cbf40eRefresh lock files89106daUpdate keras in requirements.in and setup.py.tplea85f43Merge pull request #97305 from rtg0795/r2.2058d26a9Update BUILD files with dependenciesde4ccfbMerge pull request #97302 from rtg0795/r2.20Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions