From 1385d6dd34e5a9cbd863ad58a4372ca72cf028ee Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 4 Nov 2016 10:40:27 +0100 Subject: add notebook + better dependencies in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d9111e0..144c325 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import os here = path.abspath(path.dirname(__file__)) -# dirty but working +# dirty but working __version__ = re.search( r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', # It excludes inline comment too open('ot/__init__.py').read()).group(1) @@ -48,8 +48,8 @@ setup(name='POT', license = 'MIT', scripts=[], data_files=[], - requires=["numpy (>=1.11)","scipy (>=0.17)","cython (>=0.23)","matplotlib (>=1.5)"], - install_requires=["numpy (>=1.11)","scipy (>=0.17)","cython (>=0.23)","matplotlib (>=1.5)"], + requires=["numpy","scipy","cython","matplotlib"], + install_requires=["numpy","scipy","cython","matplotlib"], classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', -- cgit v1.2.3