Skip to content

Commit

Permalink
build(pyproject): increase minimum numpy and remove numpy 2 restricti…
Browse files Browse the repository at this point in the history
…on (#2)
  • Loading branch information
ljgray authored Sep 26, 2024
1 parent c89b59f commit 8bb06a4
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 @@ -14,7 +14,7 @@ license = {file = "LICENSE"}
dependencies = [
"caput @ git+https://github.com/radiocosmology/caput.git",
"skyfield >= 1.10",
"numpy >= 1.16,<2",
"numpy >= 1.24",
"pytz",
"pyyaml",
]
Expand Down

0 comments on commit 8bb06a4

Please sign in to comment.