Skip to content
Snippets Groups Projects
Commit aa0f84a8 authored by Somnath, Suhas's avatar Somnath, Suhas
Browse files

Updated setup.py

Relaxed matplotlib requirement
parent ce895e16
No related branches found
No related tags found
1 merge request!5Working setup
......@@ -35,7 +35,7 @@ setup(
# I don't remember how to do this correctly!!!. NL
install_requires=['numpy_groupies','pyqtgraph','numpy>=1.11.0',
'h5py>=2.6.0','scipy>=0.17.1','matplotlib>=1.5.1',
'h5py>=2.6.0','scipy>=0.17.1','matplotlib',
'scikit-learn>=0.17.1','xlrd>=1.0.0','freetype-py'],#'multiprocess'],
#package_data={'sample':['dataset_1.dat']}
test_suite='nose.collector',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment