Skip to content

Commit a9fdcfa

Browse files
Added missing numpy dependency
1 parent a8cdaec commit a9fdcfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def build_extension(self, ext):
7575
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
7676
"Programming Language :: C++",
7777
],
78+
install_requires=["numpy"],
7879
python_requires=">=3.6",
7980
zip_safe=False,
8081
)

0 commit comments

Comments
 (0)