Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fix possible break in new numpy
  • Loading branch information
AlecThomson authored Nov 6, 2023
1 parent da6fbb5 commit 71c08f0
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 @@ -8,7 +8,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
numpy = "*"
numpy = "<1.26"
astropy = "^5"
python-casacore = "*"
tqdm = "*"
Expand Down

0 comments on commit 71c08f0

Please sign in to comment.