Skip to content

Commit

Permalink
add dependencies for python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 29, 2024
1 parent a21045b commit ed321ad
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
1 change: 1 addition & 0 deletions ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ dependencies:
- s3fs
- rioxarray
- werkzeug < 2.2.0
- dask
7 changes: 4 additions & 3 deletions ci/environment-py38.yml → ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.8
- python=3.11
- aiohttp
- boto3
- exifread
Expand All @@ -13,13 +13,14 @@ dependencies:
- pip
- pydap
- pytest
- rasterio <= 1.3.6
- rasterio
- s3fs >= 2021.08.0
- scikit-image
- rangehttpserver
- xarray >= 0.17
- rangehttpserver
- zarr
- moto < 3
- s3fs
- rioxarray
- werkzeug < 2.2.0
- dask
26 changes: 26 additions & 0 deletions ci/environment-py312.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: test_env
channels:
- conda-forge
dependencies:
- python=3.12
- aiohttp
- boto3
- exifread
- flask
- h5netcdf
- intake
- netcdf4
- pip
- pydap
- pytest
- rasterio
- s3fs >= 2021.08.0
- scikit-image
- rangehttpserver
- xarray >= 0.17
- zarr
- moto < 3
- s3fs
- rioxarray
- werkzeug < 2.2.0
- dask
2 changes: 2 additions & 0 deletions ci/environment-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ dependencies:
- s3fs
- rioxarray
- werkzeug < 2.2.0
- dask

1 change: 1 addition & 0 deletions ci/environment-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- gdal
- werkzeug < 2.2.0
- rioxarray
- dask
- pip:
- git+https://github.com/fsspec/filesystem_spec.git
- git+https://github.com/intake/intake.git
Expand Down

0 comments on commit ed321ad

Please sign in to comment.