From 4bb11783e9ea0d6a205d0319f1c6dd6f86e1b384 Mon Sep 17 00:00:00 2001 From: "D.J. Sutherland" Date: Wed, 13 May 2020 14:15:01 -0500 Subject: fix requirements --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 91c24d9..9fb1afb 100755 --- a/setup.py +++ b/setup.py @@ -66,9 +66,8 @@ setup(name='POT', license='MIT', scripts=[], data_files=[], - requires=["numpy", "scipy", "cython"], - setup_requires=["numpy>=1.16", "scipy>=1.0", "cython>=0.23"], - install_requires=["numpy>=1.16", "scipy>=1.0", "cython>=0.23"], + setup_requires=["numpy>=1.16", "cython>=0.23"], + install_requires=["numpy>=1.16", "scipy>=1.0"], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', -- cgit v1.2.3