Commit 82b4b0d3 authored by Jérome Perrin's avatar Jérome Perrin

Declare dependancy on SimPy >= 3

parent 9140caea
......@@ -9,7 +9,7 @@ setup(
package_dir={'': '.', 'simulation': 'simulation'},
install_requires=[
'flask',
'SimPy>=2,<3',
'SimPy>=3',
'xlrd',
'xlwt',
'pyparsing==1.5.7',
......
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