소스 검색

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"



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