Skip to content

Commit

Permalink
Merge pull request ome#139 from will-moore/require_numpy
Browse files Browse the repository at this point in the history
Add numpy to requirements in setup.py
  • Loading branch information
joshmoore authored Dec 5, 2019
2 parents e5ee0f5 + 00649ad commit 5866cec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,10 @@ def read(fname):
py_modules=packageless,
scripts=glob.glob(os.path.sep.join(["bin", "*"])),
install_requires=[
'zeroc-ice>=3.6.4,<3.7',
'future',
'numpy',
'Pillow',
'zeroc-ice>=3.6.4,<3.7',
],
tests_require=[
'pytest<3',
Expand Down

0 comments on commit 5866cec

Please sign in to comment.