Skip to content

Commit

Permalink
Bump numpy to >=1.22 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Oct 14, 2023
1 parent a2b46b0 commit 84d4a1c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.21
- numpy>=1.22
- 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.21
- numpy>=1.22
- numpydoc
- numpy_groupies>=0.9.19
- toolz
Expand Down
2 changes: 1 addition & 1 deletion 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.21
- numpy>=1.22
- lxml # for mypy coverage report
- matplotlib
- pip
Expand Down
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.21
- numpy==1.22
- 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.21
- numpy>=1.22
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/no-numba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- dask-core
- netcdf4
- pandas
- numpy>=1.21
- numpy>=1.22
- lxml # for mypy coverage report
- matplotlib
- pip
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.21
- numpy>=1.22
- 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.21",
"numpy>=1.22",
"numpy_groupies>=0.9.19",
"toolz",
]
Expand Down

0 comments on commit 84d4a1c

Please sign in to comment.