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