-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #567 from yuvipanda/py311-support
Support python 3.11 too
- Loading branch information
Showing
5 changed files
with
54 additions
and
4 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
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
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,51 @@ | ||
name: pangeo-forge-recipes | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.11 | ||
- aiohttp | ||
- apache-beam | ||
- black | ||
- boto3 | ||
- cfgrib | ||
- cftime | ||
- codecov | ||
- dask | ||
- distributed | ||
- fsspec>=2022.1.0 | ||
- gcsfs>=2022.1.0 | ||
- graphviz # needed for building tutorial notebooks | ||
- h5netcdf | ||
- h5py>=3.3.0 | ||
- hdf5 | ||
- intake | ||
- intake-xarray | ||
- kerchunk>=0.1.1 | ||
- lxml # Optional dep of pydap | ||
- matplotlib # needed for building tutorial notebooks | ||
- netcdf4 | ||
- numcodecs | ||
- numpy | ||
- pandas | ||
- pip | ||
- pydap | ||
# bring back eventually once pynio conda-forge package supports py3.9 and does not | ||
# conflict with ujson, which is a depencency of kerchunk's conda-forge feedstock. | ||
# See: https://github.com/conda-forge/pynio-feedstock/issues/114 | ||
# - pynio | ||
- pytest | ||
- pytest-cov | ||
- pytest-lazy-fixture | ||
- python-graphviz # needed for building tutorial notebooks | ||
- rasterio | ||
- requests | ||
- rechunker>=0.4.2 | ||
- scipy | ||
- s3fs>=2022.1.0 | ||
- setuptools | ||
- toolz | ||
- xarray>=0.18.0 | ||
- zarr>=2.6.0 | ||
- pip: | ||
- nbmake>=1.3.0 # used in tutorial nb worklow | ||
- pytest-timeout |