Skip to content

Commit

Permalink
Merge branch 'PyPSA:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann authored Dec 19, 2024
2 parents c917a4b + 35b07ed commit 790d3c5
Show file tree
Hide file tree
Showing 17 changed files with 2,103 additions and 1,319 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ repos:
rev: v2.14.0
hooks:
- id: pretty-format-yaml
exclude: pinned\.yaml$
args: [--autofix, --indent, "2", --preserve-quotes]

# Format Snakemake rule / workflow files
Expand Down
5 changes: 3 additions & 2 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pip

# Inhouse packages
- pypsa>=0.31
- pypsa>=0.32
- atlite>=0.2.9
- linopy
- powerplantmatching>=0.5.15,<0.6
Expand Down Expand Up @@ -57,7 +57,8 @@ dependencies:
# GIS dependencies:
- cartopy
- descartes
- rasterio
- rasterio==1.4.1
- libgdal-core<3.10.0 # rasterio>=1.4.2 needed for GDAL 3.10

- pip:
- gurobipy
Expand Down
Loading

0 comments on commit 790d3c5

Please sign in to comment.