Skip to content

Commit

Permalink
Bump dependency to nomenclature v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Feb 9, 2024
1 parent 5632f8c commit 79b3b5c
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 @@ -26,4 +26,4 @@ jobs:
run: pip install nomenclature-iamc>=0.12.0

- name: Run the nomenclature project validation
run: nomenclature validate-project . --dimensions "['region', 'scenario', 'variable']"
run: nomenclature validate-project . --dimension region --dimension scenario --dimension variable
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = openentrance
install_requires =
setuptools >= 41
pyyaml
nomenclature-iamc >= 0.12.0
nomenclature-iamc >= 0.16.0
iam-units >= 2021.11.12
setup_requires =
setuptools >= 41
Expand Down

0 comments on commit 79b3b5c

Please sign in to comment.