Skip to content

Commit

Permalink
updates environment
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed Nov 5, 2024
1 parent ff82c91 commit 3410f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- ipython
- ipykernel
- jupyterlab
- snakemake-minimal>=8.14
- snakemake-minimal
- yaml
- lxml
- graphviz
Expand All @@ -31,8 +31,8 @@ dependencies:
- glpk
- coincbc

- geopandas>=1
- xarray>=2023.11.0
- geopandas
- xarray
- rioxarray
- netcdf4
- networkx
Expand Down

0 comments on commit 3410f36

Please sign in to comment.