9 buildPythonPackage rec {
10 pname = "keras-applications";
14 pname = "Keras_Applications";
16 sha256 = "5579f9a12bcde9748f4a12233925a59b93b73ae6947409ff34aa2ba258189fe5";
19 # Cyclic dependency: keras-applications requires keras, which requires keras-applications
21 sed -i "s/keras>=[^']*//" setup.py
24 # No tests in PyPI tarball
27 propagatedBuildInputs = [
33 description = "Reference implementations of popular deep learning models";
34 homepage = "https://github.com/keras-team/keras-applications";
35 license = licenses.mit;