Skip to content

Commit 7ce6ecc

Browse files
authored
Update azure-pipelines.yml
1 parent f98792a commit 7ce6ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
PYTHON_VERSION: '3.13'
3636
PYTHON_ARCH: 'x64'
3737
BUILD_TYPE: 'wheel'
38-
NUMPY_MIN: '1.26.0'
38+
NUMPY_MIN: '2.1.0'
3939
imageName: 'windows-2019'
4040
Win-Python311-64bit-full-wheel:
4141
PYTHON_VERSION: '3.11'
4242
PYTHON_ARCH: 'x64'
4343
BUILD_TYPE: 'wheel'
44-
NUMPY_MIN: '1.23.2'
44+
NUMPY_MIN: '1.26.0'
4545
imageName: 'windows-2019'
4646
Linux-Python313-64bit-full-wheel:
4747
PYTHON_VERSION: '3.13'

0 commit comments

Comments
 (0)