From 40426ef0e05dca9b4a2b3f6ba5d981f9f9325618 2019-08-06 20:49:11 From: Juan C. Espinoza Date: 2019-08-06 20:49:11 Subject: [PATCH] Update setup, remove versions and unused dependencies --- diff --git a/setup.py b/setup.py index 812bfdf..9516c75 100644 --- a/setup.py +++ b/setup.py @@ -53,12 +53,11 @@ setup(name = "schainpy", cmdclass = {'build_ext': build_ext}, setup_requires = ["numpy >= 1.11.2"], install_requires = [ - "scipy >= 0.14.0", - "h5py >= 2.2.1", - "matplotlib >= 2.0.0", - "zmq", + "scipy", + "h5py", + "matplotlib", + "pyzmq", "fuzzywuzzy", "click", - "python-Levenshtein" ], )