mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-04-04 11:10:53 +00:00
add numpy explicitly as dependency for tests
This commit is contained in:
parent
b264da5b17
commit
47c69c604e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ dependencies = ["jax_cosmo", "jax>=0.4.30", "jaxdecomp>=0.2.1"]
|
|||
[project.optional-dependencies]
|
||||
test = [
|
||||
"jax>=0.4.30",
|
||||
"numpy",
|
||||
"jax_cosmo",
|
||||
"jaxdecomp>=0.2.1",
|
||||
"pytest>=8.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue