瀏覽代碼

fix: add compatibility with last NumPy version (#79)

tags/v1.0.13
Deuchnord 2 月之前
committed by GitHub
父節點
當前提交
65075b1c31
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      pyproject.toml

+ 2
- 1
pyproject.toml 查看文件

@@ -24,7 +24,8 @@ skyfield = "^1.49"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "<2.1", python = "3.9.*" },
{ version = "^2.1", python = "^3.10" },
{ version = "<2.3", python = "3.10.*" },
{ version = "^2.3", python = ">=3.11" },
]
skyfield-data = "*"
python-dateutil = "^2.8"


Loading…
取消
儲存