From 19adcf9d286c45caeddc0f86606f92f679dc648b Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Sun, 18 Aug 2024 15:24:09 -0600 Subject: [PATCH] latest --- .github/workflows/build_multi_scipy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_multi_scipy.yml b/.github/workflows/build_multi_scipy.yml index a0f46d1..495f942 100644 --- a/.github/workflows/build_multi_scipy.yml +++ b/.github/workflows/build_multi_scipy.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: python-version: ['3.10'] - numpy: ['1.5.1', '1.10.4', '1.15.4', '1.20.3', '1.25.2', '2.0.1'] - scipy: ['1.14.0', '1.10.1', '1.6.3'] + numpy: ['1.16.5', '1.20.3', '1.25.2', '2.0.1'] + scipy: ['1.7.3', '1.10.1', '1.14.0', ] os: [ubuntu-latest] architecture: ['x64'] steps: