bump minimum jd version

This commit is contained in:
Wassim Kabalan 2025-01-20 23:08:12 +01:00
parent bf12da3bb7
commit 0b723c21ae

View file

@ -11,7 +11,7 @@ readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
urls = { "Homepage" = "https://github.com/DifferentiableUniverseInitiative/JaxPM" }
dependencies = ["jax_cosmo", "jax>=0.4.35", "jaxdecomp>=0.2.3"]
dependencies = ["jax_cosmo", "jax>=0.4.35", "jaxdecomp>=0.2.4"]
[tool.setuptools]
packages = ["jaxpm"]