File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ py_mod = import('python')
39
39
py3 = py_mod.find_installation(pure : false )
40
40
py3_dep = py3.dependency ()
41
41
42
- pybind11_dep = dependency (' pybind11' , version : ' >=2.13.2 ' )
42
+ pybind11_dep = dependency (' pybind11' , version : ' >=3 ' )
43
43
44
44
subdir (' extern' )
45
45
subdir (' src' )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ requires-python = ">=3.11"
47
47
# Should be a copy of the build dependencies below.
48
48
dev = [
49
49
" meson-python>=0.13.1,!=0.17.*" ,
50
- " pybind11>=2.13.2,!=2.13. 3" ,
50
+ " pybind11>=3" ,
51
51
" setuptools_scm>=7" ,
52
52
# Not required by us but setuptools_scm without a version, cso _if_
53
53
# installed, then setuptools_scm 8 requires at least this version.
@@ -73,7 +73,7 @@ requires = [
73
73
# meson-python 0.17.x breaks symlinks in sdists. You can remove this pin if
74
74
# you really need it and aren't using an sdist.
75
75
" meson-python>=0.13.1,!=0.17.*" ,
76
- " pybind11>=2.13.2,!=2.13. 3" ,
76
+ " pybind11>=3" ,
77
77
" setuptools_scm>=7" ,
78
78
]
79
79
Original file line number Diff line number Diff line change 1
- pybind11>=2.13.2,!=2.13. 3
1
+ pybind11>=3
2
2
meson-python
3
3
setuptools-scm
You can’t perform that action at this time.
0 commit comments