Skip to content

Commit

Permalink
released numpy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Sep 22, 2024
1 parent 7cadf6a commit ef2c0ac
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 @@ -18,7 +18,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.11"
astropy = "*"
numpy = "^1.26.0"
numpy = "*"
python-casacore = "3.5.2" # newer version caused MS errors (maybe related to pre-built wheel)
pydantic = "2.8.2" # version 2.9.0 caused prefect model validation error
scipy = "*"
Expand Down

0 comments on commit ef2c0ac

Please sign in to comment.