Skip to content

Commit

Permalink
Add yet an other CI for numpy 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Sep 24, 2024
1 parent 52f13d4 commit 1cc3f57
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
python-version: "3.10"
os: ubuntu-latest
# Latest python version:
- env: "all-but-numba"
python-version: "3.12"
os: ubuntu-latest
- env: "all-but-dask"
# Not 3.12 because of pint
python-version: "3.11"
Expand Down
53 changes: 53 additions & 0 deletions ci/requirements/all-but-numba.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: xarray-tests
channels:
- conda-forge
- nodefaults
dependencies:
- aiobotocore
- array-api-strict
- boto3
- bottleneck
- cartopy
- cftime
- dask-core
- dask-expr # dask raises a deprecation warning without this, breaking doctests
- distributed
- flox
- fsspec
- h5netcdf
- h5py
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
# numba often conflicts with newer versions of numpy.
# This environment helps us test xarray with the latest versions
# of numpy
# - numba
# - numbagg
# - numexpr
- numpy>=2.1
- opt_einsum
- packaging
- pandas
# - pint>=0.22
- pip
- pooch
- pre-commit
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
- pydap
- pytest
- pytest-cov
- pytest-env
- pytest-xdist
- pytest-timeout
- rasterio
- scipy
- seaborn
- sparse
- toolz
- typing_extensions
- zarr

0 comments on commit 1cc3f57

Please sign in to comment.