-
-
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.
create separate environment files for
python=3.11
(#7469)
* add new environment files for python 3.11 These should be deleted after all the remaining dependencies (cdms2, numba, numbagg, sparse) support python 3.11. * enable python 3.11 * use the special environment files for python 3.11 * officially support `python=3.11`
- Loading branch information
Showing
4 changed files
with
101 additions
and
2 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,48 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- aiobotocore | ||
- boto3 | ||
- bottleneck | ||
- cartopy | ||
# - cdms2 | ||
- cfgrib | ||
- 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 | ||
- packaging | ||
- pandas | ||
- pint | ||
- pip | ||
- pooch | ||
- pre-commit | ||
- pseudonetcdf | ||
- pydap | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- 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,44 @@ | ||
name: xarray-tests | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- boto3 | ||
- bottleneck | ||
- cartopy | ||
# - cdms2 # Not available on Windows | ||
# - cfgrib # Causes Python interpreter crash on Windows: https://github.com/pydata/xarray/pull/3340 | ||
- 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 | ||
- pip | ||
- pre-commit | ||
- pseudonetcdf | ||
- pydap | ||
- pytest | ||
- pytest-cov | ||
- pytest-env | ||
- pytest-xdist | ||
- 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