8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701b312 commit 021eeaeCopy full SHA for 021eeae
.github/workflows/linux.yml
@@ -12,16 +12,16 @@ defaults:
12
shell: bash -e -l {0}
13
jobs:
14
build:
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
16
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
17
strategy:
18
fail-fast: false
19
matrix:
20
sys:
21
- - {compiler: gcc, version: '8'}
22
- {compiler: gcc, version: '9'}
23
- {compiler: gcc, version: '10'}
24
- {compiler: gcc, version: '11'}
+ - {compiler: gcc, version: '12'}
25
- {compiler: clang, version: '15'}
26
- {compiler: clang, version: '16'}
27
environment-dev.yml
@@ -7,8 +7,8 @@ dependencies:
7
- ninja
8
# Host dependencies
9
- xtensor>=0.25,<0.26
10
- - numpy
11
- - pybind11>=2.6.1,<3
+ - numpy>=2.0
+ - pybind11>=2.12.0,<3
# Test dependencies
- pytest
0 commit comments