Skip to content

Commit

Permalink
Bump min numpy to >= 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 14, 2023
1 parent 12f2279 commit 1439ae8
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ci/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- asv
- cachey
- dask-core
- numpy>=1.20
- numpy>=1.21
- mamba
- pip
- python=3.10
Expand Down
2 changes: 1 addition & 1 deletion ci/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- dask-core
- pip
- xarray
- numpy>=1.20
- numpy>=1.21
- numpydoc
- numpy_groupies>=0.9.19
- toolz
Expand Down
5 changes: 2 additions & 3 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- dask-core
- netcdf4
- pandas
- numpy>=1.20
- numpy>=1.21
- lxml # for mypy coverage report
- matplotlib
- pip
Expand All @@ -18,10 +18,9 @@ dependencies:
- pytest-xdist
- xarray
- pre-commit
- numbagg>=0.3
- numpy_groupies>=0.9.19
- pooch
- toolz
- numba
- scipy
- pip:
- numbagg>=0.3
2 changes: 1 addition & 1 deletion ci/minimal-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pytest-cov
- pytest-pretty
- pytest-xdist
- numpy==1.20
- numpy==1.21
- numpy_groupies==0.9.19
- pandas
- pooch
Expand Down
2 changes: 1 addition & 1 deletion ci/no-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- codecov
- netcdf4
- pandas
- numpy>=1.20
- numpy>=1.21
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/no-xarray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- codecov
- netcdf4
- pandas
- numpy>=1.20
- numpy>=1.21
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
]
dependencies = [
"pandas",
"numpy>=1.20",
"numpy>=1.21",
"numpy_groupies>=0.9.19",
"toolz",
]
Expand Down

0 comments on commit 1439ae8

Please sign in to comment.