Skip to content

Commit

Permalink
add numpy explicitly as dependency for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKabalan committed Dec 8, 2024
1 parent b264da5 commit 47c69c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47c69c6

Please sign in to comment.