Skip to content

Commit

Permalink
fix: release skyfield-data version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Jun 30, 2024
1 parent 7aff41b commit 710331d
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 @@ -25,7 +25,7 @@ numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = ">=3.9,<3.13" },
]
skyfield-data = ">=3,<6"
skyfield-data = "*"
python-dateutil = "^2.8"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 710331d

Please sign in to comment.