Skip to content

Commit a7288ce

Browse files
Merge pull request #314 from SylvainCorlay/test-numpy-2.0
Test with NumPy 2.0
2 parents 701b312 + 021eeae commit a7288ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ defaults:
1212
shell: bash -e -l {0}
1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
1717
strategy:
1818
fail-fast: false
1919
matrix:
2020
sys:
21-
- {compiler: gcc, version: '8'}
2221
- {compiler: gcc, version: '9'}
2322
- {compiler: gcc, version: '10'}
2423
- {compiler: gcc, version: '11'}
24+
- {compiler: gcc, version: '12'}
2525
- {compiler: clang, version: '15'}
2626
- {compiler: clang, version: '16'}
2727

environment-dev.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ dependencies:
77
- ninja
88
# Host dependencies
99
- xtensor>=0.25,<0.26
10-
- numpy
11-
- pybind11>=2.6.1,<3
10+
- numpy>=2.0
11+
- pybind11>=2.12.0,<3
1212
# Test dependencies
1313
- pytest
1414

0 commit comments

Comments
 (0)