Skip to content

Commit

Permalink
build: Add support for NumPy 2.0 wheels
Browse files Browse the repository at this point in the history
* Update lower bound on build-system pybind11 to v2.12.0 to add support for
  compiling for NumPy 2.0.
   - c.f. https://github.com/pybind/pybind11/releases/tag/v2.12.0
* Remove pybind11 submodule to use build-system instead.

fixup
  • Loading branch information
matthewfeickert committed Sep 13, 2024
1 parent 55262e5 commit fc17f34
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "fastjet"]
path = fastjet-core
url = https://gitlab.com/fastjet/fastjet.git
[submodule "pybind11"]
path = pybind11
url = https://github.com/pybind/pybind11.git
[submodule "fastjet-contrib"]
path = fastjet-contrib
url = https://github.com/cms-externals/fastjet-contrib.git
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ graft src
graft tests
graft fastjet-core
graft fastjet-contrib
graft pybind11
global-exclude .git .gitmodules
include LICENSE README.md pyproject.toml setup.py setup.cfg patch_clustersequence.txt
exclude .cirrus.yml
1 change: 0 additions & 1 deletion pybind11
Submodule pybind11 deleted from 8a099e
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=42",
"setuptools_scm[toml]>=3.4",
"pybind11>=2.6.1",
"pybind11>=2.12.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit fc17f34

Please sign in to comment.