瀏覽代碼

fix(python-version): compatibility with NumPy

pull/65/head
Deuchnord 9 月之前
committed by Jérôme Deuchnord
父節點
當前提交
a2ae87d962
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      pyproject.toml

+ 5
- 1
pyproject.toml 查看文件

@@ -19,8 +19,12 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "^3.9" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"



Loading…
取消
儲存