update test dependencies

This commit is contained in:
Wassim Kabalan 2024-12-08 22:46:46 +01:00
parent 97f39bd051
commit ac4ef9e1fa

View file

@ -10,17 +10,20 @@ authors = [{ name = "JaxPM developers" }]
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"
license = { file = "LICENSE" } license = { file = "LICENSE" }
homepage = "https://github.com/DifferentiableUniverseInitiative/JaxPM" urls = { "Homepage" = "https://github.com/DifferentiableUniverseInitiative/JaxPM" }
dependencies = ["jax_cosmo", "jax>=0.4.30", "jaxdecomp>=0.2.0"] dependencies = ["jax_cosmo", "jax>=0.4.30", "jaxdecomp>=0.2.1"]
[project.optional-dependencies] [project.optional-dependencies]
test = [ test = [
"jax>=0.4.30",
"jax_cosmo", "jax_cosmo",
"jaxdecomp>=0.2.0", "jaxdecomp>=0.2.1",
"pytest>=8.0.0", "pytest>=8.0.0",
"jax[cpu]>=0.4.30",
"pfft-python @ git+https://github.com/MP-Gadget/pfft-python", "pfft-python @ git+https://github.com/MP-Gadget/pfft-python",
"pmesh @ git+https://github.com/ASKabalan/pmesh", "pmesh @ git+https://github.com/MP-Gadget/pmesh",
"fastpm @ git+https://github.com/ASKabalan/fastpm-python", "fastpm @ git+https://github.com/ASKabalan/fastpm-python",
"diffrax" "diffrax"
] ]
[tool.setuptools]
packages = ["jaxpm"]