From 46f67e0a0ef3b90613a56b436d7eeab14ac0d9ad Mon Sep 17 00:00:00 2001 From: tylertking Date: Thu, 12 Sep 2024 13:49:25 -0700 Subject: [PATCH] Decrement numpy version to fix workflow tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff06a89..eb99efb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest pytest-cov pip install -r requirements.txt - pip install numpy --upgrade + pip install numpy==1.26.4 - name: Install CIM Optimizer run: | pip install -e ./cim_optimizer