Skip to content

Commit

Permalink
update ci envs
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Jul 10, 2024
1 parent fbd4751 commit f42d942
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 25 deletions.
14 changes: 8 additions & 6 deletions ci/environment-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.9
- aiohttp
- boto3
- exifread
- flask
- h5netcdf
- intake
- netcdf4
- pip
- pydap
- pytest
- rasterio
- s3fs >= 2021.08.0
- s3fs
- scikit-image
- xarray >= 0.17
- rangehttpserver
- xarray
- zarr
- moto < 3
- moto
- s3fs
- rioxarray
- werkzeug < 2.2.0
- werkzeug
- dask
- pip:
- git+https://github.com/intake/intake

14 changes: 8 additions & 6 deletions ci/environment-py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.9
- aiohttp
- boto3
- exifread
- flask
- h5netcdf
- intake
- netcdf4
- pip
- pydap
- pytest
- rasterio
- s3fs >= 2021.08.0
- s3fs
- scikit-image
- xarray >= 0.17
- rangehttpserver
- xarray
- zarr
- moto < 3
- moto
- s3fs
- rioxarray
- werkzeug < 2.2.0
- werkzeug
- dask
- pip:
- git+https://github.com/intake/intake

14 changes: 8 additions & 6 deletions ci/environment-py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@ name: test_env
channels:
- conda-forge
dependencies:
- python=3.12
- python=3.9
- aiohttp
- boto3
- exifread
- flask
- h5netcdf
- intake
- netcdf4
- pip
- pydap
- pytest
- rasterio
- s3fs >= 2021.08.0
- s3fs
- scikit-image
- rangehttpserver
- xarray >= 0.17
- xarray
- zarr
- moto < 3
- moto
- s3fs
- rioxarray
- werkzeug < 2.2.0
- werkzeug
- dask
- pip:
- git+https://github.com/intake/intake

11 changes: 6 additions & 5 deletions ci/environment-py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ dependencies:
- exifread
- flask
- h5netcdf
- intake
- netcdf4
- pip
- pydap
- pytest
- rasterio
- s3fs >= 2021.08.0
- s3fs
- scikit-image
- rangehttpserver
- xarray >= 0.17
- xarray
- zarr
- moto < 3
- moto
- s3fs
- rioxarray
- werkzeug < 2.2.0
- werkzeug
- dask
- pip:
- git+https://github.com/intake/intake

4 changes: 2 additions & 2 deletions ci/environment-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dependencies:
- pandas
- tornado
- zarr
- moto < 3
- moto
- intake
- rioxarray
- gdal
- werkzeug < 2.2.0
- werkzeug
- rioxarray
- dask
- pip:
Expand Down

0 comments on commit f42d942

Please sign in to comment.