bump minimum jd version

This commit is contained in:
Wassim Kabalan 2025-01-20 23:08:12 +01:00
parent a8f11a75ea
commit 03610602a8

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"]