Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
numpy is a dep after all.
  • Loading branch information
matthewware committed Mar 21, 2020
1 parent fbdf03a commit 9aacf42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/python/setup.py
Expand Up @@ -4,5 +4,8 @@
name='libaps2',
version="1.3",
url='https://github.com/BBN-Q/libaps2',
py_modules=["aps2"]
py_modules=["aps2"],
install_requires=[
'numpy>=1.18'
]
)

0 comments on commit 9aacf42

Please sign in to comment.