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