Skip to content

Commit 1b0845e

Browse files
author
julian
committed
Update pybind11 to pull from master
After fix pybind/pybind11#2087, windows wheel should be able to compile again Signed-off-by: julian <[email protected]>
1 parent 0b6ac12 commit 1b0845e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def install_dependencies(self):
125125
return 0
126126
os.mkdir(dir_pybind11)
127127
subprocess.check_call(['git', 'clone',
128-
'--single-branch', '--branch', 'v2.4',
129128
'https://github.com/pybind/pybind11.git',
130129
dir_pybind11])
131130
os.chdir(dir_pybind11)

0 commit comments

Comments
 (0)