This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
fix: compatibility with NumPy 1.26
pull/68/head
Jérôme Deuchnord
1 year ago
committed by
Jérôme Deuchnord
parent
ec1e43249e
commit
f0c8d19c27
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pyproject.toml
+ 1
- 1
pyproject.toml
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save