Ver a proveniência

fix: add compatibility with last NumPy version (#79)

tags/v1.0.13
Deuchnord há 2 meses
committed by GitHub
ascendente
cometimento
65075b1c31
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      pyproject.toml

+ 2
- 1
pyproject.toml Ver ficheiro

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


Carregando…
Cancelar
Guardar