diff --git a/setup.py b/setup.py index d28d27f..529eb8d 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,6 @@ setup( install_requires=['cantera==2.4.0', 'pandas==1.0.3', 'numpy==1.15.4', - 'scipy==1.4.1', + 'scipy==1.10.0', 'matplotlib==3.1.3'] )