Skip to content

Commit c51a34d

Browse files
committed
Add min numpy >= 1.20 requirement
1 parent d405552 commit c51a34d

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

ci/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies:
55
- dask-core
66
- pip
77
- xarray
8+
- numpy>=1.20
89
- numpydoc
910
- numpy_groupies
1011
- toolz

ci/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- dask-core
88
- netcdf4
99
- pandas
10+
- numpy>=1.20
1011
- pip
1112
- pytest
1213
- pytest-cov

ci/minimal-requirements.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ dependencies:
88
- pytest
99
- pytest-cov
1010
- pytest-xdist
11-
- numpy_groupies>=0.9.15
11+
- numpy==1.20
12+
- numpy_groupies==0.9.15
1213
- pandas
1314
- pooch
1415
- toolz

ci/no-dask.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies:
55
- codecov
66
- netcdf4
77
- pandas
8+
- numpy>=1.20
89
- pip
910
- pytest
1011
- pytest-cov

ci/no-xarray.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dependencies:
55
- codecov
66
- netcdf4
77
- pandas
8+
- numpy>=1.20
89
- pip
910
- pytest
1011
- pytest-cov

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include_package_data = True
2727
python_requires = >=3.8
2828
install_requires =
2929
pandas
30+
numpy >= '1.20'
3031
numpy_groupies >= '0.9.15'
3132
toolz
3233

0 commit comments

Comments
 (0)