Skip to content

Commit

Permalink
Version bump minimum Equinox version for compatibility with latest JAX.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Sep 29, 2024
1 parent 12b7fb8 commit 999d17e
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 @@ -33,7 +33,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {repository = "https://github.com/patrick-kidger/optimistix" }
dependencies = ["jax>=0.4.28", "jaxtyping>=0.2.23", "lineax>=0.0.5", "equinox>=0.11.1", "typing_extensions>=4.5.0"]
dependencies = ["jax>=0.4.28", "jaxtyping>=0.2.23", "lineax>=0.0.5", "equinox>=0.11.7", "typing_extensions>=4.5.0"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit 999d17e

Please sign in to comment.