Explorar el Código

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

tags/v1.0.9
Deuchnord hace 9 meses
committed by GitHub
padre
commit
e43319bd6d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      pyproject.toml

+ 5
- 1
pyproject.toml Ver fichero

@@ -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"



Cargando…
Cancelar
Guardar