We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3860774 commit 3207328Copy full SHA for 3207328
python_bindings/setup.py
@@ -13,7 +13,7 @@
13
libraries = []
14
extra_objects = []
15
16
-requirements_list = ['pybind11>=2.0', 'numpy']
+requirements_list = ['pybind11>=2.4', 'numpy']
17
18
if os.path.exists(library_file):
19
# if we have a prebuilt library file, use that.
0 commit comments