Przeglądaj źródła

fix: add compatibility with last NumPy version

This should be the last time we have to do this, since NumPy finally released the Python constraint
pull/79/head
Jérôme Deuchnord 3 miesięcy temu
rodzic
commit
d533175e1e
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      pyproject.toml

+ 2
- 1
pyproject.toml Wyświetl plik

@@ -24,7 +24,8 @@ skyfield = "^1.49"
numpy = [ numpy = [
{ version = "<1.25", python = "3.8.*" }, { version = "<1.25", python = "3.8.*" },
{ version = "<2.1", python = "3.9.*" }, { 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 = "*" skyfield-data = "*"
python-dateutil = "^2.8" python-dateutil = "^2.8"


Ładowanie…
Anuluj
Zapisz