python3Packages.Keras: rename to keras

This commit is contained in:
Dmitry Kalinkin
2021-11-25 17:22:42 -05:00
parent 7dcd2f54b8
commit 2411e4c1e1
9 changed files with 15 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
, buildPythonPackage, pythonOlder, python
# Python libraries
, numpy, tensorflow-tensorboard, absl-py
, setuptools, wheel, Keras, keras-preprocessing, google-pasta
, setuptools, wheel, keras, keras-preprocessing, google-pasta
, opt-einsum, astunparse, h5py
, termcolor, grpcio, six, wrapt, protobuf, tensorflow-estimator
, dill, flatbuffers-python, tblib, typing-extensions
@@ -479,7 +479,7 @@ in buildPythonPackage {
# Actual tests are slow and impure.
# TODO try to run them anyway
# TODO better test (files in tensorflow/tools/ci_build/builds/*test)
checkInputs = [ Keras ];
checkInputs = [ keras ];
checkPhase = ''
${python.interpreter} <<EOF
# A simple "Hello world"