Skip to content

Commit 3207328

Browse files
Update setup.py
1 parent 3860774 commit 3207328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_bindings/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
libraries = []
1414
extra_objects = []
1515

16-
requirements_list = ['pybind11>=2.0', 'numpy']
16+
requirements_list = ['pybind11>=2.4', 'numpy']
1717

1818
if os.path.exists(library_file):
1919
# if we have a prebuilt library file, use that.

0 commit comments

Comments
 (0)