Skip to content

Commit 759d4b7

Browse files
adding req fror numpy in setup.py
1 parent c7a86ff commit 759d4b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
with open(REQUIREMENTS_FILE) as f:
5353
install_reqs = f.read().splitlines()
54+
install_reqs += ["numpy"]
5455

5556
with open(DEV_REQUIREMENTS_FILE) as f:
5657
dev_install_reqs = f.read().splitlines()

0 commit comments

Comments
 (0)