python.pkgs.scikits-odes: use latest sundials
This commit is contained in:
parent
712fba5191
commit
10f9b277d5
@ -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 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user