Преглед изворни кода

fix(python-version): compatibility with NumPy (#65)

tags/v1.0.9
Deuchnord пре 9 месеци
committed by GitHub
родитељ
комит
e43319bd6d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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…
Откажи
Сачувај