Skip to content

Commit 84d4a1c

Browse files
authored
Bump numpy to >=1.22 (#278)
1 parent a2b46b0 commit 84d4a1c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

ci/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- asv
66
- cachey
77
- dask-core
8-
- numpy>=1.21
8+
- numpy>=1.22
99
- mamba
1010
- pip
1111
- python=3.10

ci/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- dask-core
66
- pip
77
- xarray
8-
- numpy>=1.21
8+
- numpy>=1.22
99
- numpydoc
1010
- numpy_groupies>=0.9.19
1111
- toolz

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- dask-core
99
- netcdf4
1010
- pandas
11-
- numpy>=1.21
11+
- numpy>=1.22
1212
- lxml # for mypy coverage report
1313
- matplotlib
1414
- pip

ci/minimal-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- pytest-cov
1010
- pytest-pretty
1111
- pytest-xdist
12-
- numpy==1.21
12+
- numpy==1.22
1313
- numpy_groupies==0.9.19
1414
- pandas
1515
- pooch

ci/no-dask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- codecov
66
- netcdf4
77
- pandas
8-
- numpy>=1.21
8+
- numpy>=1.22
99
- pip
1010
- pytest
1111
- pytest-cov

ci/no-numba.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- dask-core
99
- netcdf4
1010
- pandas
11-
- numpy>=1.21
11+
- numpy>=1.22
1212
- lxml # for mypy coverage report
1313
- matplotlib
1414
- pip

ci/no-xarray.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- codecov
66
- netcdf4
77
- pandas
8-
- numpy>=1.21
8+
- numpy>=1.22
99
- pip
1010
- pytest
1111
- pytest-cov

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
]
1818
dependencies = [
1919
"pandas",
20-
"numpy>=1.21",
20+
"numpy>=1.22",
2121
"numpy_groupies>=0.9.19",
2222
"toolz",
2323
]

0 commit comments

Comments
 (0)