Skip to content

Commit

Permalink
Added scipy requirement to package
Browse files Browse the repository at this point in the history
  • Loading branch information
bfolkens committed Jan 19, 2020
1 parent 837d7db commit d7aff7c
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 @@ -15,6 +15,7 @@
install_requires=[
"numpy >= 1.13.0",
"pandas >= 0.20.3",
"scipy >= 0.11.0"
],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
Expand Down

0 comments on commit d7aff7c

Please sign in to comment.