diff options
author | Hamilton Kibbe <hamilton.kibbe@gmail.com> | 2017-09-22 08:50:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 08:50:40 -0400 |
commit | 8301011abd5961ab6edb2bf91e61d82658df6b9a (patch) | |
tree | 215d5ab9177fd6bf8d18d4c3c57f11cd7716fff3 /setup.py | |
parent | 7ad6c3f6acfe1fe995c9f087e7ef7a51add60afe (diff) | |
parent | 385de1df0c957d904528aec0c94a78d85444a413 (diff) | |
download | gerbonara-8301011abd5961ab6edb2bf91e61d82658df6b9a.tar.gz gerbonara-8301011abd5961ab6edb2bf91e61d82658df6b9a.tar.bz2 gerbonara-8301011abd5961ab6edb2bf91e61d82658df6b9a.zip |
Merge pull request #73 from kliment/master
Remove dependency on scipy by adding quickhull implementation to utils
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ METADATA = { } SETUPTOOLS_METADATA = { - 'install_requires': ['cairocffi==0.6', 'scipy'], + 'install_requires': ['cairocffi==0.6'], } |