Skip to content

Commit 13544d5

Browse files
Quick for configuration of illegal characters and datetime config (#375)
* Quick for configuration of illegal characters * Allow datetime format with UTC+01 * Update notebook version
1 parent eba40f3 commit 13544d5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

nomenclature.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ dimensions:
22
- region
33
- variable
44
- subannual
5-
illegal_characters: [ ]
5+
time:
6+
year: true
7+
datetime: true
8+
timezone: UTC+01:00
9+
illegal-characters: [ ]

processing-workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"name": "python",
7171
"nbconvert_exporter": "python",
7272
"pygments_lexer": "ipython3",
73-
"version": "3.9.7"
73+
"version": "3.12.2"
7474
},
7575
"latex_envs": {
7676
"LaTeX_envs_menu_present": true,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = openentrance
1313
install_requires =
1414
setuptools >= 41
1515
pyyaml
16-
nomenclature-iamc >= 0.19.0
16+
nomenclature-iamc >= 0.25.1
1717
iam-units >= 2021.11.12
1818
setup_requires =
1919
setuptools >= 41

0 commit comments

Comments
 (0)