Merge branch 'master' into services_heat
This commit is contained in:
commit
a74fa9b3c2
@ -10,6 +10,9 @@ Release Notes
|
||||
Upcoming Release
|
||||
================
|
||||
|
||||
* Pin ``snakemake`` version to below 8.0.0, as the new version is not yet
|
||||
supported by ``pypsa-eur``.
|
||||
|
||||
* Updated Global Energy Monitor LNG terminal data to March 2023 version.
|
||||
|
||||
* For industry distribution, use EPRTR as fallback if ETS data is not available.
|
||||
|
@ -20,7 +20,8 @@ dependencies:
|
||||
- openpyxl!=3.1.1
|
||||
- pycountry
|
||||
- seaborn
|
||||
- snakemake-minimal>=7.7.0
|
||||
# snakemake 8 introduced a number of breaking changes which the workflow has yet to be made compatible with
|
||||
- snakemake-minimal>=7.7.0,<8.0.0
|
||||
- memory_profiler
|
||||
- yaml
|
||||
- pytables
|
||||
|
Loading…
Reference in New Issue
Block a user