Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Commit c417973

Browse files
committed
Add numpy install requirement
1 parent 3854289 commit c417973

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
@@ -39,4 +39,5 @@ def globdir(direc, files):
3939

4040
],
4141
scripts=glob.glob('scripts/*'),
42+
install_requires=['numpy'],
4243
)

0 commit comments

Comments
 (0)