Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28af06c

Browse files
Bump the python group with 4 updates (keras-team#18856)
Bumps the python group with 4 updates: [tf-nightly-cpu](https://github.com/tensorflow/tensorflow), torch, torchvision and [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow). Updates `tf-nightly-cpu` from 2.16.0.dev20231103 to 2.16.0.dev20231130 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) Updates `torch` from 2.1.0 to 2.1.1+cu118 Updates `torchvision` from 0.16.0 to 0.16.1+cu118 Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231103 to 2.16.0.dev20231130 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits) --- updated-dependencies: - dependency-name: tf-nightly-cpu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: tf-nightly[and-cuda] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd2a713 commit 28af06c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements-jax-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tensorflow cpu-only version (needed for testing).
2-
tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
2+
tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0.
33

44
# Torch cpu-only version (needed for testing).
55
--extra-index-url https://download.pytorch.org/whl/cpu

requirements-tensorflow-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tensorflow with cuda support.
22
--extra-index-url https://pypi.nvidia.com
3-
tf-nightly[and-cuda]==2.16.0.dev20231103 # Pin a working nightly until rc0.
3+
tf-nightly[and-cuda]==2.16.0.dev20231130 # Pin a working nightly until rc0.
44

55
# Torch cpu-only version (needed for testing).
66
--extra-index-url https://download.pytorch.org/whl/cpu

requirements-torch-cuda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tensorflow cpu-only version (needed for testing).
2-
tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
2+
tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0.
33

44
# Torch with cuda support.
55
--extra-index-url https://download.pytorch.org/whl/cu118
6-
torch==2.1.0
7-
torchvision==0.16.0
6+
torch==2.1.1+cu118
7+
torchvision==0.16.1+cu118
88

99
# Jax cpu-only version (needed for testing).
1010
jax[cpu]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tensorflow.
2-
tf-nightly-cpu==2.16.0.dev20231103 # Pin a working nightly until rc0.
2+
tf-nightly-cpu==2.16.0.dev20231130 # Pin a working nightly until rc0.
33

44
# Torch.
55
--extra-index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)