From 245fa235afe998f7d1e108d6d049e7c8010df001 Mon Sep 17 00:00:00 2001 From: krzywon Date: Mon, 28 Oct 2024 14:43:40 -0400 Subject: [PATCH] Actually use latest numpy in CI --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93efd073..30c4dfa2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,8 +36,7 @@ jobs: python -m pip install --upgrade pip python -m pip install wheel setuptools python -m pip install mako - python -m pip install numpy==1.* - python -m pip install scipy matplotlib docutils pytest sphinx bumps unittest-xml-reporting tinycc siphash24 + python -m pip install numpy scipy matplotlib docutils pytest sphinx bumps==0.* unittest-xml-reporting tinycc siphash24 - name: setup pyopencl on Linux + macOS if: ${{ matrix.os != 'windows-latest' }}