Skip to content

Commit 4a5a77f

Browse files
build(deps-dev): bump jax from 0.5.0 to 0.6.2
Bumps [jax](https://github.com/jax-ml/jax) from 0.5.0 to 0.6.2. - [Release notes](https://github.com/jax-ml/jax/releases) - [Changelog](https://github.com/jax-ml/jax/blob/main/CHANGELOG.md) - [Commits](jax-ml/jax@jax-v0.5.0...jax-v0.6.2) --- updated-dependencies: - dependency-name: jax dependency-version: 0.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9c6615 commit 4a5a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pin_pytorch_gpu = [
169169
"torch>=2.7,<2.10",
170170
]
171171
pin_jax = [
172-
"jax==0.5.0;python_version>='3.10'",
172+
"jax==0.6.2;python_version>='3.10'",
173173
]
174174

175175
[tool.setuptools_scm]

0 commit comments

Comments
 (0)