Skip to content

Commit

Permalink
Exclude a version of JAX that is known to break Equinox
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed May 12, 2024
1 parent 7de34a2 commit 685a62c
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/equinox" }
dependencies = ["jax>=0.4.13", "jaxtyping>=0.2.20", "typing_extensions>=4.5.0"]
dependencies = ["jax>=0.4.13,!=0.4.27", "jaxtyping>=0.2.20", "typing_extensions>=4.5.0"]

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

0 comments on commit 685a62c

Please sign in to comment.