Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
irm-codebase authored Sep 2, 2024
2 parents fa4cb06 + d246721 commit f37acbf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions wrappers/atlite/availability/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- conda-forge
- nodefaults
dependencies:
- atlite = 0.2.13
- numpy = 1.23
- atlite = 0.2.14
- numpy = 1.23 # keep until https://github.com/PyPSA/atlite/issues/363 is fixed
3 changes: 1 addition & 2 deletions wrappers/atlite/cutout/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ channels:
- conda-forge
- nodefaults
dependencies:
# FIXME: keep until https://github.com/PyPSA/atlite/issues/371 is fixed!
- atlite = 0.2.10
- atlite = 0.2.14
2 changes: 1 addition & 1 deletion wrappers/atlite/cutout/test/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule atlite_cutout:
plot_cutout = "results/plot_cutout.png"
params:
time = "2019-05-02",
features = ["height", "wind", "influx", "temperature", "runoff"],
features = ["runoff"],
offset_degrees = 0,
module = ["era5"],
wrapper: "file:../"
2 changes: 1 addition & 1 deletion wrappers/atlite/pv/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- conda-forge
- nodefaults
dependencies:
- atlite = 0.2.13
- atlite = 0.2.14
2 changes: 1 addition & 1 deletion wrappers/atlite/uniform-layout/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- conda-forge
- nodefaults
dependencies:
- atlite = 0.2.13
- atlite = 0.2.14

0 comments on commit f37acbf

Please sign in to comment.