Skip to content

Commit

Permalink
Override pyam-iamc pin to old Pint on Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 20, 2024
1 parent 3ab408a commit 5f087ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
# commented: use with "pandas-version" in the matrix, above
# pip install --upgrade pandas${{ matrix.pandas-version }}
# TEMPORARY With Python 3.13 pyam-iamc resolves to 1.3.1, which in turn
# limits pint < 0.17. Override. cf. iiasa/ixmp#544
pip install --upgrade pint
- name: Install R dependencies and tutorial requirements
run: |
install.packages(c("remotes", "Rcpp"))
Expand Down

0 comments on commit 5f087ec

Please sign in to comment.