Skip to content

Commit

Permalink
fix: use NumPy >=1.25 with Python 3.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord authored and Jérôme Deuchnord committed Nov 4, 2023
1 parent 974c4ba commit 1846327
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 @@ -23,7 +23,7 @@ python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "^3.9" },
{ version = ">=1.25", python = ">=3.9" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"
Expand Down

0 comments on commit 1846327

Please sign in to comment.