From 2f4d3e4379757dedf553ae47d282496fe1685bb4 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Mon, 18 Sep 2023 15:15:38 +0200 Subject: [PATCH] Try other combination of dependencies --- .github/workflows/validation.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 2bf6b513..d222d860 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -23,7 +23,7 @@ jobs: python-version: 3.11 - name: Install dependencies - run: pip install nomenclature-iamc==0.11.0 + run: pip install nomenclature-iamc==0.11.0 "pyam-iamc<2.0" - name: Run the nomenclature project validation run: nomenclature validate-project . --dimensions "['region', 'scenario', 'variable']" diff --git a/setup.cfg b/setup.cfg index 57c7c8fe..fafcadf0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,7 @@ install_requires = pyyaml pyam-iamc < 2.0 pandas < 2.1 - nomenclature-iamc == 0.9.0 + nomenclature-iamc == 0.11.0 iam-units >= 2021.11.12 setup_requires = setuptools >= 41