Skip to content

Commit

Permalink
Limit numpy<2.0
Browse files Browse the repository at this point in the history
Fails because casacore wheel is built against numpy~=1
  • Loading branch information
suvayu committed Jul 11, 2024
1 parent c29f133 commit be16845
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 @@ -15,7 +15,7 @@ requires-python = ">=3.10, <3.12"
dependencies = [
"astropy",
"dask[array]",
"numpy",
"numpy<2.0",
"psutil",
"python-casacore",
"python-dateutil",
Expand Down

0 comments on commit be16845

Please sign in to comment.