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

pin rpy2 to 2.3.6

parent bd1f6d17
...@@ -12,10 +12,10 @@ setup( ...@@ -12,10 +12,10 @@ setup(
'SimPy>=3', 'SimPy>=3',
'xlrd', 'xlrd',
'xlwt', 'xlwt',
'pyparsing==1.5.7', 'pyparsing==1.5.7', # latest python2 compatible version
'pydot', 'pydot',
'numpy', 'numpy',
'rpy2', 'rpy2==2.3.6', # 2.4.1 does not work for me -Jérome
], ],
entry_points=(""" entry_points=("""
[console_scripts] [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