Skip to content

Commit

Permalink
Bump scipy version to <1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Feb 20, 2023
1 parent 7305693 commit d8bac0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions buildscripts/conda_recipes/numba-scipy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit d8bac0d

Please sign in to comment.