瀏覽代碼

fix: compatibility with NumPy 1.26

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

+ 1
- 1
pyproject.toml 查看文件

@@ -23,7 +23,7 @@ python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "^3.9" },
{ version = "^1.25", python = ">=3.9,<3.13" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"


Loading…
取消
儲存