diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 7581957..1765872 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - scipy-version: [">=0.16,<1.4", ">=1.4,<1.10.0"] + scipy-version: [">=0.16,<1.4", ">=1.4,<1.11.0"] steps: - name: Checkout uses: actions/checkout@v2 @@ -63,7 +63,7 @@ jobs: needs: build strategy: matrix: - scipy-version: [">=0.16,<1.4", ">=1.4,<1.10.0"] + scipy-version: [">=0.16,<1.4", ">=1.4,<1.11.0"] pyver: [3.6, 3.7, 3.8] runs-on: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.runs-on }} diff --git a/buildscripts/conda_recipes/numba-scipy/meta.yaml b/buildscripts/conda_recipes/numba-scipy/meta.yaml index 8bf324e..e12e216 100644 --- a/buildscripts/conda_recipes/numba-scipy/meta.yaml +++ b/buildscripts/conda_recipes/numba-scipy/meta.yaml @@ -18,16 +18,16 @@ requirements: host: - python - numba - - scipy<1.10.0 + - scipy<1.11.0 - setuptools run: - python - numba - - scipy<1.10.0 + - scipy<1.11.0 test: requires: - - scipy<1.10.0 + - scipy<1.11.0 - pytest - setuptools - faulthandler # [py27 and (not (armv6l or armv7l))]