python.pkgs.Keras: remove obsolete postPatch phase
This commit is contained in:
parent
071c7e8d53
commit
677f8c1e77
@ -25,14 +25,6 @@ buildPythonPackage rec {
|
|||||||
keras-applications keras-preprocessing
|
keras-applications keras-preprocessing
|
||||||
];
|
];
|
||||||
|
|
||||||
# Keras 2.2.2 expects older versions of keras_applications
|
|
||||||
# and keras_preprocessing. These substitutions can be removed
|
|
||||||
# for for the next Keras release.
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace setup.py --replace "keras_applications==1.0.4" "keras_applications==1.0.5"
|
|
||||||
substituteInPlace setup.py --replace "keras_preprocessing==1.0.2" "keras_preprocessing==1.0.3"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Couldn't get tests working
|
# Couldn't get tests working
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user