Browse Source

fix: fix Python support for NumPy

pull/40/head
Jérôme Deuchnord 2 years ago
parent
commit
47ffc0f052
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@@ -20,7 +20,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.7,<3.11"
skyfield = "^1.21"
skyfield-data = "^3.0"
numpy = "^1.17"


Loading…
Cancel
Save