Skip to content

Commit

Permalink
adds requirement numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rueberger committed Sep 3, 2022
1 parent 7c04f02 commit 45bcf0c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
url="https://github.com/ClandininLab/pijm",
packages=["pijm"],
python_requires=">=3.6",
install_requires=[
"matplotlib",
],
install_requires=["matplotlib", "numpy"],
)

0 comments on commit 45bcf0c

Please sign in to comment.