Commit e925ffd2 authored by Jérome Perrin's avatar Jérome Perrin Committed by Sebastien Robin

Pin SimPy version for now

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