Skip to content

Commit 242875b

Browse files
authored
Merge pull request #651 from mrava87/ci-numpy2
ci: relax numpy requirements for dev env
2 parents f9a7813 + cd77a15 commit 242875b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
platform: [ ubuntu-latest, macos-13 ]
10-
python-version: ["3.9", "3.10", "3.11"]
10+
python-version: ["3.10", "3.11"]
1111

1212
runs-on: ${{ matrix.platform }}
1313
steps:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- task: UsePythonVersion@0
5757
inputs:
58-
versionSpec: '3.9'
58+
versionSpec: '3.11'
5959
architecture: 'x64'
6060

6161
- script: |
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- task: UsePythonVersion@0
8787
inputs:
88-
versionSpec: '3.9'
88+
versionSpec: '3.11'
8989
architecture: 'x64'
9090

9191
- script: |

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.21.0,<2
1+
numpy>=1.21.0
22
scipy>=1.11.0
33
jax
44
numba

0 commit comments

Comments
 (0)