@@ -53,12 +53,11 setup(name = "schainpy", | |||
|
53 | 53 | cmdclass = {'build_ext': build_ext}, |
|
54 | 54 | setup_requires = ["numpy >= 1.11.2"], |
|
55 | 55 | install_requires = [ |
|
56 |
"scipy |
|
|
57 |
"h5py |
|
|
58 |
"matplotlib |
|
|
59 | "zmq", | |
|
56 | "scipy", | |
|
57 | "h5py", | |
|
58 | "matplotlib", | |
|
59 | "pyzmq", | |
|
60 | 60 | "fuzzywuzzy", |
|
61 | 61 | "click", |
|
62 | "python-Levenshtein" | |
|
63 | 62 | ], |
|
64 | 63 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now