Skip to content

Commit

Permalink
Specify that numpy 2.0 does not work (yet)
Browse files Browse the repository at this point in the history
See issue #269
  • Loading branch information
tammojan committed Jun 21, 2024
1 parent 5018837 commit f973282
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 @@ -39,7 +39,7 @@ classifiers=[
"Topic :: Scientific/Engineering :: Astronomy",
]
dependencies = [
"numpy",
"numpy<2.0",
"six",
]

Expand Down

0 comments on commit f973282

Please sign in to comment.