##// END OF EJS Templates
wxpython is already not a requirement for Signal Chain
Ivan Valdez -
r690:61c1ccae551d
parent child
Show More
@@ -35,7 +35,6 setup(name="schainpy",
35 install_requires=["numpy >= 1.6.0",
35 install_requires=["numpy >= 1.6.0",
36 "scipy >= 0.9.0",
36 "scipy >= 0.9.0",
37 "h5py >= 2.0.1",
37 "h5py >= 2.0.1",
38 "wxpython >= 2.8",
39 "matplotlib >= 1.0.0"
38 "matplotlib >= 1.0.0"
40 ],
39 ],
41 ) No newline at end of file
40 )
General Comments 0
You need to be logged in to leave comments. Login now