mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-11 21:50:55 +00:00
update test dependencies
This commit is contained in:
parent
97f39bd051
commit
ac4ef9e1fa
1 changed files with 8 additions and 5 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue