Browse Source

fix: fix Python support for NumPy (#40)

tags/v1.0.2
Jérôme Deuchnord 2 years ago
committed by GitHub
parent
commit
a99ef9d6a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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