Skip to content

Commit

Permalink
Remove outdated pint/numpy workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 authored and khaeru committed Nov 20, 2024
1 parent f074400 commit 82a5120
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ jobs:
# commented: use with "pandas-version" in the matrix, above
# pip install --upgrade pandas${{ matrix.pandas-version }}
# TEMPORARY Work around hgrecco/pint#2007;
# see https://github.com/iiasa/ixmp/issues/534
pip install "pint != 0.24.0" "numpy < 2"
- name: Install R dependencies and tutorial requirements
run: |
install.packages(c("remotes", "Rcpp"))
Expand Down

0 comments on commit 82a5120

Please sign in to comment.