Skip to content

Commit

Permalink
fix dependencies (#18)
Browse files Browse the repository at this point in the history
adds numpy<2 and removes pybind11
  • Loading branch information
jplumail authored Aug 30, 2024
1 parent dd63de2 commit 34c727b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def build_extensions(self):
long_description_content_type="text/markdown",
ext_modules=ext_modules,
python_requires=">=3.8",
install_requires=['pybind11>=2.1.0'],
install_requires=['numpy<2'],
setup_requires=['pybind11>=2.1.0', 'setuptools_scm'],
cmdclass={'build_ext': BuildExt},
zip_safe=False,
Expand Down

0 comments on commit 34c727b

Please sign in to comment.