-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* enable a special 3.12 ci job * add the special environment files * update the trove classifiers * remove `pint` from the 3.12 environment The reason is that `pint` currently does not explicitly define `dtype`, causing our runtime checkable protocols not to match.
- Loading branch information
Showing
4 changed files
with
101 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- aiobotocore | ||
- boto3 | ||
- bottleneck | ||
- cartopy | ||
- cftime | ||
- dask-core | ||
- distributed | ||
- flox | ||
- fsspec!=2021.7.0 | ||
- h5netcdf | ||
- h5py | ||
- hdf5 | ||
- hypothesis | ||
- iris | ||
- lxml # Optional dep of pydap | ||
- matplotlib-base | ||
- nc-time-axis | ||
- netcdf4 | ||
# - numba | ||
# - numbagg | ||
- numexpr | ||
- numpy | ||
- opt_einsum | ||
- packaging | ||
- pandas | ||
# - pint>=0.22 | ||
- pip | ||
- pooch | ||
- pre-commit | ||
- pydap | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- pytest-timeout | ||
- rasterio | ||
- scipy | ||
- seaborn | ||
# - sparse | ||
- toolz | ||
- typing_extensions | ||
- zarr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- boto3 | ||
- bottleneck | ||
- cartopy | ||
- cftime | ||
- dask-core | ||
- distributed | ||
- flox | ||
- fsspec!=2021.7.0 | ||
- h5netcdf | ||
- h5py | ||
- hdf5 | ||
- hypothesis | ||
- iris | ||
- lxml # Optional dep of pydap | ||
- matplotlib-base | ||
- nc-time-axis | ||
- netcdf4 | ||
# - numba | ||
# - numbagg | ||
- numpy | ||
- packaging | ||
- pandas | ||
# - pint>=0.22 | ||
- pip | ||
- pre-commit | ||
- pydap | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- pytest-timeout | ||
- rasterio | ||
- scipy | ||
- seaborn | ||
# - sparse | ||
- toolz | ||
- typing_extensions | ||
- zarr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters