Merge pull request #810 from PyPSA/env/restrict-snakemake

This commit is contained in:
Fabian Hofmann 2023-12-21 23:14:28 +01:00 committed by GitHub
commit c3fd0e2177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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