Browse Source

fix: release `skyfield-data` version constraint

fix/skyfield-data-version
Jérôme Deuchnord 5 months ago
parent
commit
710331d772
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@@ -25,7 +25,7 @@ numpy = [
{ version = "<1.25", python = "3.8.*" }, { version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = ">=3.9,<3.13" }, { version = "^1.25", python = ">=3.9,<3.13" },
] ]
skyfield-data = ">=3,<6"
skyfield-data = "*"
python-dateutil = "^2.8" python-dateutil = "^2.8"


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


Loading…
Cancel
Save