Skip to content

Commit

Permalink
Support for build with numpy 2.0 (#809)
Browse files Browse the repository at this point in the history
* remove oldest-supported-numpy

* switch to macos-12

* same rule as tabmat

* [skip-ci] changelog
  • Loading branch information
MarcAntoineSchmidtQC authored Jun 18, 2024
1 parent c8923e0 commit 4655f2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Unreleased

- Move the linting and formatting to ruff.
- Removed libblas MKL from the development environment.
- Replace deprecated 'oldest-supported-numpy' dependency with 'numpy' to support 2.0 release.

3.0.1 - 2024-05-23
------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [
'setuptools-scm',
'wheel',
'Cython',
'oldest-supported-numpy',
'numpy>=1.25',
'scikit-learn',
]

Expand Down

0 comments on commit 4655f2c

Please sign in to comment.