Skip to content

Commit

Permalink
Require jaxlib 0.4.33 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPfaff committed Oct 30, 2024
1 parent dba44db commit f3e3a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ shapely = ">=2.0"
[tool.poetry.extras]
healpy_support = ["healpy"]
pytorch_support = ["torch"]
jax_support = ["jax", "jaxlib", "autograd"]
jax_support = ["jax>=0.4.33", "jaxlib>=0.4.33", "autograd"]

[tool.poetry.group.dev.dependencies]
healpy = "*"
torch = "*"
jax = "*"
jaxlib = "*"
jax = ">=0.4.33"
jaxlib = ">=0.4.33"
autograd = "*"
autopep8 = "^2.3.1"
pytest = "*"
Expand Down

0 comments on commit f3e3a4c

Please sign in to comment.