瀏覽代碼

fix: fix Python support for NumPy (#40)

tags/v1.0.2
Jérôme Deuchnord 2 年之前
committed by GitHub
父節點
當前提交
a99ef9d6a6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pyproject.toml

+ 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"


Loading…
取消
儲存