Skip to content

Commit

Permalink
try more restrictions on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
akoumjian committed May 16, 2024
1 parent 9006262 commit 3a3b147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"healpy",
"jax",
"jaxlib",
"numpy<1.25",
"numpy>=1.20,<1.25",
"pyarrow>=13.0.0",
"pandas",
"ray",
Expand Down

0 comments on commit 3a3b147

Please sign in to comment.