Commit d28c8a1f authored by Jérome Perrin's avatar Jérome Perrin

fix setup.py

parent 85b7b106
......@@ -16,7 +16,7 @@ setup(
'pyparsing==1.5.7', # latest python2 compatible version
'pydot',
'numpy',
'rpy2==2.3.6', # 2.4.1 does not work for me -Jérome
'rpy2>=2.3,<2.4', # 2.4.1 does not work for me
],
entry_points=("""
[console_scripts]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment