Skip to content

Commit

Permalink
Try other combination of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Sep 18, 2023
1 parent cb957c2 commit 2f4d3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f4d3e4

Please sign in to comment.