Skip to content

Commit 656b3ea

Browse files
chore(deps): update dependency pybind11 to >=2.11.1
1 parent b9e7aba commit 656b3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _get_readme():
187187
'Operating System :: Unix',
188188
'Operating System :: MacOS',
189189
],
190-
install_requires=['pybind11>=2.2', "setuptools >=69.0.2", "numpy"],
190+
install_requires=['pybind11>=2.11.1', "setuptools >=69.0.2", "numpy"],
191191
cmdclass={'build_ext': BuildExt},
192192
packages=[
193193
str('fastText'),

0 commit comments

Comments
 (0)