Skip to content

Commit c0e243e

Browse files
authored
Remove upper bound on pybind11 (#1901)
1 parent 2d56a4a commit c0e243e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

misc/requirements_wheel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ numpy>=1.23.2 ; python_version >= "3.11"
1212

1313
cmake >= 3.23
1414
cython < 3.0
15-
pybind11 < 2.11.0
15+
pybind11
1616
setuptools>=42
1717
setuptools_scm >= 1.5.4
1818
wheel >= 0.30

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22

3-
requires = ["setuptools>=42", "wheel", "pybind11<2.11.0", "Cython<3.0"]
3+
requires = ["setuptools>=42", "wheel", "pybind11", "Cython<3.0"]
44
build-backend = "setuptools.build_meta"
55

66
[tool.pytest.ini_options]

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ numpy >= 1.16.5
66
build
77
cmake >= 3.23
88
cython < 3.0
9-
pybind11 < 2.11.0
9+
pybind11
1010
setuptools>=42
1111
setuptools_scm >= 1.5.4
1212
wheel >= 0.30

0 commit comments

Comments
 (0)