From 3410f360691fc16e54f53c88714c21d34b583b11 Mon Sep 17 00:00:00 2001 From: Sam Dotson Date: Tue, 5 Nov 2024 14:20:24 -0500 Subject: [PATCH] updates environment --- .github/workflows/CI.yml | 3 +-- environment.yml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 687831e..64f1d03 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,8 +22,7 @@ jobs: # Checkout the repository - name: Checkout repository uses: actions/checkout@v3 - - - uses: actions/checkout@v3 + - name: Create environment with Mamba uses: conda-incubator/setup-miniconda@v2 with: diff --git a/environment.yml b/environment.yml index c7f7de2..d394adb 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - ipython - ipykernel - jupyterlab - - snakemake-minimal>=8.14 + - snakemake-minimal - yaml - lxml - graphviz @@ -31,8 +31,8 @@ dependencies: - glpk - coincbc - - geopandas>=1 - - xarray>=2023.11.0 + - geopandas + - xarray - rioxarray - netcdf4 - networkx