Skip to content

Commit

Permalink
Merge pull request #314 from SylvainCorlay/test-numpy-2.0
Browse files Browse the repository at this point in the history
Test with NumPy 2.0
  • Loading branch information
SylvainCorlay authored Aug 6, 2024
2 parents 701b312 + 021eeae commit a7288ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ defaults:
shell: bash -e -l {0}
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
strategy:
fail-fast: false
matrix:
sys:
- {compiler: gcc, version: '8'}
- {compiler: gcc, version: '9'}
- {compiler: gcc, version: '10'}
- {compiler: gcc, version: '11'}
- {compiler: gcc, version: '12'}
- {compiler: clang, version: '15'}
- {compiler: clang, version: '16'}

Expand Down
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dependencies:
- ninja
# Host dependencies
- xtensor>=0.25,<0.26
- numpy
- pybind11>=2.6.1,<3
- numpy>=2.0
- pybind11>=2.12.0,<3
# Test dependencies
- pytest

0 comments on commit a7288ce

Please sign in to comment.