Skip to content

Commit b243fe9

Browse files
authored
Merge pull request #2 from MarcAbonce-Vidado/mas-downgrade-pybind
Downgrade pybind11
2 parents 12baecd + 0683e12 commit b243fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def build_extensions(self):
6161
setup(
6262
name='pdfrender',
6363
description='PDF Renderer',
64-
version='0.3.1',
65-
setup_requires=['pybind11>=2.2.4', 'Pillow>=4.3.0,<=6.2.2'],
66-
install_requires=['pybind11>=2.2.4', 'Pillow>=4.3.0,<=6.2.2'],
64+
version='0.3.2',
65+
setup_requires=['pybind11>=2.2.3', 'Pillow>=4.3.0,<=6.2.2'],
66+
install_requires=['pybind11>=2.2.3', 'Pillow>=4.3.0,<=6.2.2'],
6767
ext_modules=ext_modules,
6868
cmdclass={'build_ext': BuildExt},
6969
test_suite='tests',

0 commit comments

Comments
 (0)