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