Skip to content

Commit

Permalink
Bump minimum Equinox version to one that is compatible with latest JAX
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Dec 9, 2024
1 parent 825e4e0 commit 78531fa
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 @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {repository = "https://github.com/patrick-kidger/diffrax" }
dependencies = ["jax>=0.4.28", "jaxtyping>=0.2.24", "typing_extensions>=4.5.0", "typeguard==2.13.3", "equinox>=0.11.2", "lineax>=0.0.5", "optimistix>=0.0.7"]
dependencies = ["jax>=0.4.28", "jaxtyping>=0.2.24", "typing_extensions>=4.5.0", "typeguard==2.13.3", "equinox>=0.11.10", "lineax>=0.0.5", "optimistix>=0.0.7"]

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

0 comments on commit 78531fa

Please sign in to comment.