Skip to content

Commit

Permalink
Update environment.yaml (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Jan 24, 2025
1 parent 98a18f2 commit 21bc181
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ channels:
- conda-forge
- bioconda
dependencies:
- python>=3.8
- python>=3.10
- pip

# Inhouse packages
- pypsa>=0.32
- atlite>=0.2.9
- linopy
- powerplantmatching>=0.5.15,<0.6
- pypsa>=0.32.1
- atlite>=0.3
- linopy>=0.4.4
- powerplantmatching>=0.5.15

# Dependencies of the workflow itself
- dask
Expand All @@ -29,9 +29,10 @@ dependencies:
- numpy
- pandas>=2.1
- geopandas>=1
- xarray>=2023.11.0
- xarray>=2024.03.0
- rioxarray
- netcdf4
- libgdal-netcdf
- networkx
- scipy
- glpk
Expand Down

0 comments on commit 21bc181

Please sign in to comment.