From 82a512099cfc1b7d627517127c47efc7340f7aeb Mon Sep 17 00:00:00 2001 From: Fridolin Glatter Date: Wed, 20 Nov 2024 08:58:02 +0100 Subject: [PATCH] Remove outdated pint/numpy workaround --- .github/workflows/pytest.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d2dd03870..a08c6ef0c 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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"))