python.pkgs.scikits-odes: use latest sundials

This commit is contained in:
Florian Klink 2020-02-19 15:29:38 +01:00
parent 712fba5191
commit 10f9b277d5

View File

@ -11,7 +11,7 @@
, pytest
, python
, scipy
, sundials_3
, sundials
}:
buildPythonPackage rec {
@ -30,7 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
numpy
sundials_3
sundials
scipy
] ++ lib.optionals (!isPy3k) [ enum34 ];