Skip to content

Commit 4f626aa

Browse files
chore(deps-dev): update jax requirement from <0.6,>=0.4 to >=0.4,<0.7
Updates the requirements on [jax](https://github.com/jax-ml/jax) to permit the latest version. - [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.4.0...jax-v0.6.2) --- updated-dependencies: - dependency-name: jax dependency-version: 0.6.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8aa59b8 commit 4f626aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
"beartype>=0.19,<0.23",
3838
"ipykernel>=6,<7",
3939
"ipython>=8,<9",
40-
"jax[cpu]>=0.4,<0.6",
40+
"jax[cpu]>=0.4,<0.7",
4141
"jupyter>=1,<2",
4242
"mypy>=1,<2",
4343
"nbval>=0.11,<0.12",

0 commit comments

Comments
 (0)