瀏覽代碼
fix: fix Python support for NumPy (#40)
tags/v1.0.2
Jérôme Deuchnord
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
pyproject.toml
|
|
@@ -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" |
|
|
|