Skip to content

Commit

Permalink
install numbagg from conda-forge (pydata#7415)
Browse files Browse the repository at this point in the history
* install `numbagg` from conda-forge

* temporarily pin `numpy<1.24` to get CI to pass

Co-authored-by: Deepak Cherian <[email protected]>
  • Loading branch information
keewis and dcherian authored Jan 20, 2023
1 parent b4e3cbc commit 19838dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions ci/requirements/all-but-dask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies:
- nc-time-axis
- netcdf4
- numba
- numpy
- numbagg
- numpy<1.24
- packaging
- pandas
- pint
Expand All @@ -41,5 +42,3 @@ dependencies:
- toolz
- typing_extensions
- zarr
- pip:
- numbagg
2 changes: 1 addition & 1 deletion ci/requirements/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- nbsphinx
- netcdf4>=1.5
- numba
- numpy>=1.20
- numpy>=1.20,<1.24
- packaging>=21.0
- pandas>=1.3
- pooch
Expand Down
5 changes: 2 additions & 3 deletions ci/requirements/environment-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ dependencies:
- nc-time-axis
- netcdf4
- numba
- numpy
- numbagg
- numpy<1.24
- packaging
- pandas
- pint
Expand All @@ -41,5 +42,3 @@ dependencies:
- toolz
- typing_extensions
- zarr
- pip:
- numbagg
5 changes: 2 additions & 3 deletions ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ dependencies:
- nc-time-axis
- netcdf4
- numba
- numbagg
- numexpr
- numpy
- numpy<1.24
- packaging
- pandas
- pint
Expand All @@ -45,5 +46,3 @@ dependencies:
- toolz
- typing_extensions
- zarr
- pip:
- numbagg

0 comments on commit 19838dc

Please sign in to comment.