Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Kosmorro
/
lib
peilaus alkaen
https://github.com/Kosmorro/lib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
Julkaisut
16
Toiminta
Selaa lähdekoodia
fix: compatibility with Python 3.12 (
#68
)
* ci(tests): test with Python 3.12 * fix: compatibility with NumPy 1.26
tags/v1.0.10
Deuchnord
1 vuosi sitten
committed by
GitHub
vanhempi
29970c52ca
commit
1d84b89e56
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 muutettua tiedostoa
jossa
2 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.github/workflows/tests.yml
+1
-1
pyproject.toml
+ 1
- 0
.github/workflows/tests.yml
Näytä tiedosto
@@ -22,6 +22,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python_version }} (${{ matrix.os }})
steps:
+ 1
- 1
pyproject.toml
Näytä tiedosto
@@ -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"
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna