Added dependency on numpy
This commit is contained in:
parent
bc11553d06
commit
4e40ce2dfe
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -76,6 +76,9 @@ setup(
|
|||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
ext_modules=[CMakeExtension('kp')],
|
||||
install_requires=[
|
||||
"numpy<2.0.0"
|
||||
],
|
||||
cmdclass=dict(build_ext=CMakeBuild),
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue