Skip to content

Commit

Permalink
Merge pull request #410 from openego/fix/#342-BUG-PYOMO-Update
Browse files Browse the repository at this point in the history
Fix/#342 bug pyomo update
  • Loading branch information
birgits authored Jul 16, 2024
2 parents 583c4f6 + d1a712c commit 9253c33
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1,498 deletions.
2 changes: 0 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
]
# Files to ignore when building api documentation
autoapi_ignore = [
"*/flex_opt/curtailment.py",
"*/flex_opt/storage_positioning.py",
"*/opf/timeseries_reduction.py",
"*/opf/opf_solutions/*",
]
Expand Down
2 changes: 1 addition & 1 deletion eDisGo_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
- conda-forge::pygeos
- conda-forge::contextily
- conda-forge::descartes
- conda-forge::pypsa >= 0.17.0, <= 0.20.1
- conda-forge::pypsa == 0.26.2
- pip:
- eDisGo
2 changes: 1 addition & 1 deletion eDisGo_env_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
- conda-forge::pygeos
- conda-forge::contextily
- conda-forge::descartes
- conda-forge::pypsa >= 0.17.0, <= 0.20.1
- conda-forge::pypsa == 0.26.2
- pip:
- -e .[dev]
Loading

0 comments on commit 9253c33

Please sign in to comment.