Explorar el Código

fix: compatibility with NumPy 1.26

pull/68/head
Deuchnord hace 6 meses
committed by Jérôme Deuchnord
padre
commit
f0c8d19c27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml Ver fichero

@@ -23,7 +23,7 @@ python = "^3.8"
skyfield = "^1.21"
numpy = [
{ version = "<1.25", python = "3.8.*" },
{ version = "^1.25", python = "^3.9" },
{ version = "^1.25", python = ">=3.9,<3.13" },
]
skyfield-data = ">=3,<6"
python-dateutil = "^2.8"


Cargando…
Cancelar
Guardar