diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index eee2312..d497b27 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -95,7 +95,8 @@ jobs: include: - python-version: '3.8' extra: -minver - + - python-version: '3.10' + extra: -mindep steps: - uses: actions/checkout@v3 - name: Install Conda environment with Micromamba diff --git a/environment-mindep.yml b/environment-mindep.yml new file mode 100644 index 0000000..ed2abe8 --- /dev/null +++ b/environment-mindep.yml @@ -0,0 +1,13 @@ +channels: + - conda-forge +dependencies: + - attrs + - flox + - make + - pytest + - pytest-cov + - rasterio >= 1.3.0 + - rioxarray + - typer + - xarray >= 2022.06.0 + - xarray-sentinel >= 0.9.3 diff --git a/environment-minver.yml b/environment-minver.yml index 440b3a4..f6397e5 100644 --- a/environment-minver.yml +++ b/environment-minver.yml @@ -3,7 +3,6 @@ channels: dependencies: - attrs - bottleneck -- click - dask == 2022.4.0 - flox - make diff --git a/environment.yml b/environment.yml index 6990c56..43f014a 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,6 @@ channels: dependencies: - attrs - bottleneck -- click - dask >= 2022.6.1 - flox - fsspec