Skip to content

Commit

Permalink
chore: update jax requirement from <=0.5.0,>=0.4.28 to >=0.4.28,<=0.5…
Browse files Browse the repository at this point in the history
….1 (#168)

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.28...jax-v0.5.1)

---
updated-dependencies:
- dependency-name: jax
  dependency-type: direct:production
...

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 Feb 25, 2025
1 parent cd3c5ed commit 0918a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"h5py<=3.13.0",
"iminuit<=2.30.1",
"jax>=0.4.28; python_version < '3.10'",
"jax>=0.4.28,<=0.5.0; python_version >= '3.10'",
"jax>=0.4.28,<=0.5.1; python_version >= '3.10'",
"jaxns==2.6.7",
"matplotlib",
"nautilus-sampler==1.0.5",
Expand Down

0 comments on commit 0918a0c

Please sign in to comment.