Merge pull request #810 from PyPSA/env/restrict-snakemake
This commit is contained in:
commit
c3fd0e2177
@ -10,6 +10,9 @@ Release Notes
|
|||||||
Upcoming Release
|
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.
|
* Updated Global Energy Monitor LNG terminal data to March 2023 version.
|
||||||
|
|
||||||
* For industry distribution, use EPRTR as fallback if ETS data is not available.
|
* For industry distribution, use EPRTR as fallback if ETS data is not available.
|
||||||
|
@ -20,7 +20,8 @@ dependencies:
|
|||||||
- openpyxl!=3.1.1
|
- openpyxl!=3.1.1
|
||||||
- pycountry
|
- pycountry
|
||||||
- seaborn
|
- 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
|
- memory_profiler
|
||||||
- yaml
|
- yaml
|
||||||
- pytables
|
- pytables
|
||||||
|
Loading…
Reference in New Issue
Block a user