소스 검색

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

tags/v1.0.13
Deuchnord 2 달 전
committed by GitHub
부모
커밋
65075b1c31
No known key found for this signature in database GPG 키 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"


불러오는 중...
취소
저장