Skip to content

Commit 06e7272

Browse files
committed
Override pyam-iamc pin to old Pint on Python 3.13
1 parent 65dabab commit 06e7272

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pytest.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
# commented: use with "pandas-version" in the matrix, above
108108
# pip install --upgrade pandas${{ matrix.pandas-version }}
109109
110+
# TEMPORARY With Python 3.13 pyam-iamc resolves to 1.3.1, which in turn
111+
# limits pint < 0.17. Override. cf. iiasa/ixmp#544
112+
pip install --upgrade pint
113+
110114
- name: Install R dependencies and tutorial requirements
111115
run: |
112116
install.packages(c("remotes", "Rcpp"))

0 commit comments

Comments
 (0)