We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cdaec commit a9fdcfaCopy full SHA for a9fdcfa
setup.py
@@ -75,6 +75,7 @@ def build_extension(self, ext):
75
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
76
"Programming Language :: C++",
77
],
78
+ install_requires=["numpy"],
79
python_requires=">=3.6",
80
zip_safe=False,
81
)
0 commit comments