Skip to content

Commit

Permalink
bump jaxdecomp version
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 9, 2024
1 parent 7384343 commit 3be5dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
urls = { "Homepage" = "https://github.com/DifferentiableUniverseInitiative/JaxPM" }
dependencies = ["jax_cosmo", "jax>=0.4.30", "jaxdecomp>=0.2.1"]
dependencies = ["jax_cosmo", "jax>=0.4.30", "jaxdecomp>=0.2.2"]

[project.optional-dependencies]
test = [
"jax>=0.4.30",
"numpy",
"jax_cosmo",
"jaxdecomp>=0.2.1",
"jaxdecomp>=0.2.2",
"pytest>=8.0.0",
"pfft-python @ git+https://github.com/MP-Gadget/pfft-python",
"pmesh @ git+https://github.com/MP-Gadget/pmesh",
Expand Down

0 comments on commit 3be5dae

Please sign in to comment.