@@ -87,12 +87,12 @@ def _path_under_setup(*args):
8787_author , _author_email = open (_path_under_setup ('AUTHORS' ), 'rt' ).readline ().split ('<' )
8888
8989extras_req = {
90- 'integrators' : ['pyodeint>=0.10.4' , 'pycvodes>=0.13.1 ' , 'pygslodeiv2>=0.9.4' ],
91- 'solvers' : ['pykinsol>=0.1.5 ' ],
92- 'native' : ['pycompilation>=0.4.9 ' , 'pycodeexport>=0.1.2 ' , 'appdirs' ],
90+ 'integrators' : ['pyodeint>=0.10.4' , 'pycvodes>=0.14.0 ' , 'pygslodeiv2>=0.9.4' ],
91+ 'solvers' : ['pykinsol>=0.1.6 ' ],
92+ 'native' : ['pycompilation>=0.4.12 ' , 'pycodeexport>=0.1.3 ' , 'appdirs' ],
9393 'docs' : ['Sphinx' , 'sphinx_rtd_theme' , 'numpydoc' ],
9494 'plotting' : ['bokeh>=0.13.0' , 'ipywidgets' ],
95- 'testing' : ['pytest>=3.9' , 'pytest-cov' , 'pytest-flakes' , 'pytest-pep8' , ' rstcheck' ]
95+ 'testing' : ['pytest>=3.9' , 'pytest-cov' , 'pytest-flakes' , 'rstcheck' ]
9696}
9797extras_req ['all' ] = list (chain (extras_req .values ()))
9898
@@ -111,7 +111,7 @@ def _path_under_setup(*args):
111111 install_requires = [
112112 'numpy>1.11.3' , 'scipy>=1.0.1' , 'matplotlib>=2.2.3' ,
113113 'sympy>=1.1.1,!=1.2' , 'quantities>=0.12.1' , 'pyneqsys>=0.5.5' ,
114- 'pyodesys>=0.13.1 ' if sys .version_info [0 ] >= 3 else 'pyodesys<0.12' ,
114+ 'pyodesys>=0.14.0 ' if sys .version_info [0 ] >= 3 else 'pyodesys<0.12' ,
115115 'pyparsing>=2.0.3' , 'sym>=0.3.4' , 'jupyter' , 'pulp>=1.6.8' ,
116116 'dot2tex>=2.11.3'
117117 ],
0 commit comments