summaryrefslogtreecommitdiff
path: root/src/cython/setup.py.in
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-09 13:14:17 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-08-09 13:14:17 +0000
commit1b65f580392d33ac3d8516acced98de6906e6ed6 (patch)
tree256080be7bd85e3cca8b8f2e75e1d68fa094c5d3 /src/cython/setup.py.in
parent75c10d03388bd361fff1f17d0a7ad43c4082cb44 (diff)
parent19845ecfdecf457005ee4a9a6b6d5b5321e0c6c1 (diff)
Merge last trunk modifications
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_3d_module_vincent@3761 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7aa4e82e8f90c54c9c6b58e6da5e2ed32a87deb0
Diffstat (limited to 'src/cython/setup.py.in')
-rw-r--r--src/cython/setup.py.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cython/setup.py.in b/src/cython/setup.py.in
index ee381a1b..4037aab6 100644
--- a/src/cython/setup.py.in
+++ b/src/cython/setup.py.in
@@ -46,9 +46,5 @@ setup(
version='@GUDHI_VERSION@',
url='http://gudhi.gforge.inria.fr/',
ext_modules = cythonize(gudhi),
- install_requires = [
- "matplotlib",
- "numpy",
- "cython",
- ],
+ install_requires = ["cython",],
)