From b325188c2abba3560c67b0c504d9197740ac3026 Mon Sep 17 00:00:00 2001 From: Milton Pividori Date: Wed, 26 Jun 2024 08:02:59 -0600 Subject: [PATCH] Fix unit tests (#35) * pin numpy<2.0 --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index c6a56dad..5abc2841 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest numpy scipy numba pandas==1.4.* scikit-learn==1.1.* + pip install pytest "numpy<2.0" scipy numba pandas scikit-learn - name: Test CCC with pytest env: PYTHONPATH: libs/