Skip to content

Commit

Permalink
Include numpy as runtime dependency too
Browse files Browse the repository at this point in the history
  • Loading branch information
lrvdijk committed Nov 4, 2021
1 parent 09c34b5 commit d77ecb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def build_extensions(self):
'oldest-supported-numpy',
],
install_requires=[
'numpy',
'scipy',
'h5py',
'intervaltree',
Expand Down

0 comments on commit d77ecb5

Please sign in to comment.