Skip to content

Commit

Permalink
Advance numpy requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Mar 9, 2024
1 parent 7bfba0d commit 982164b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-py3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ephem
- h5py
- numba
- numpy >= 1.16.0
- numpy >= 1.17.3
- pandas >= 1.3.0
- pip
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ephem
- h5py
- numba
- numpy >= 1.16.0
- numpy >= 1.17.3
- pandas >= 1.3.0
- pip
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ephem
- h5py
- numba
- numpy >= 1.16.0
- numpy >= 1.17.3
- pandas >= 1.3.0
- pip
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py3.7-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pip:
- dataclasses
- h5py==3.1.0
- numpy==1.16.0
- numpy==1.17.3
- pandas==1.3.0
- scipy==1.5.0
- pytest-rerunfailures # conda version is >3.6
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ephem
- h5py
- numba
- numpy >= 1.16.0
- numpy >= 1.17.3
- pandas >= 1.3.0
- pip
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ephem
- h5py
- numba
- numpy >= 1.16.0
- numpy >= 1.17.3
- pandas >= 1.3.0
- pip
- pytest
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements-py3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- ephem
- h5py
- numba
- numpy >= 1.16.0
- numpy >= 1.17.3
- pandas >= 1.3.0
- pip
- pytest
Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.10.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Documentation
Requirements
~~~~~~~~~~~~
* Minimum version of pandas advanced from 0.25.0 to 1.3.0. (:pull:`1969`)
* Minimum version of numpy advanced from 1.16.0 to 1.17.3. (:pull:`1969`)


Contributors
~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
]
requires-python = ">=3.7"
dependencies = [
'numpy >= 1.16.0',
'numpy >= 1.17.3',
'pandas >= 1.3.0',
'pytz',
'requests',
Expand Down

0 comments on commit 982164b

Please sign in to comment.