Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Adjusted version of numpy to work with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 1, 2024
1 parent 2f23a61 commit ba2ca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers=[
]
keywords=['astronomy','astrophysics', 'planetary', 'n-body', 'integrator', 'symplectic', 'wisdom-holman', 'symba']
dependencies = [
'numpy>=1.26',
'numpy>=1.23',
'scipy>=1.10',
'xarray>=2023.1',
'dask>=2023.5',
Expand Down

0 comments on commit ba2ca2d

Please sign in to comment.