python3Packages.tensorflow: Replace tensorflow-estimator alias
This commit is contained in:
parent
0679a60a5e
commit
f45f44bb0f
@ -18,7 +18,7 @@
|
||||
, wheel
|
||||
, opt-einsum
|
||||
, backports_weakref
|
||||
, tensorflow-estimator
|
||||
, tensorflow-estimator-bin
|
||||
, tensorboard
|
||||
, cudaSupport ? false
|
||||
, cudaPackages ? {}
|
||||
@ -76,7 +76,7 @@ in buildPythonPackage {
|
||||
opt-einsum
|
||||
google-pasta
|
||||
wrapt
|
||||
tensorflow-estimator
|
||||
tensorflow-estimator-bin
|
||||
tensorboard
|
||||
keras-applications
|
||||
keras-preprocessing
|
||||
|
@ -6,7 +6,7 @@
|
||||
, numpy, tensorboard, absl-py
|
||||
, packaging, setuptools, wheel, keras, keras-preprocessing, google-pasta
|
||||
, opt-einsum, astunparse, h5py
|
||||
, termcolor, grpcio, six, wrapt, protobuf-python, tensorflow-estimator
|
||||
, termcolor, grpcio, six, wrapt, protobuf-python, tensorflow-estimator-bin
|
||||
, dill, flatbuffers-python, portpicker, tblib, typing-extensions
|
||||
# Common deps
|
||||
, git, pybind11, which, binutils, glibcLocales, cython, perl, coreutils
|
||||
@ -98,7 +98,7 @@ let
|
||||
six
|
||||
tblib
|
||||
tensorboard
|
||||
tensorflow-estimator
|
||||
tensorflow-estimator-bin
|
||||
termcolor
|
||||
typing-extensions
|
||||
wheel
|
||||
@ -479,7 +479,7 @@ in buildPythonPackage {
|
||||
packaging
|
||||
protobuf-python
|
||||
six
|
||||
tensorflow-estimator
|
||||
tensorflow-estimator-bin
|
||||
termcolor
|
||||
typing-extensions
|
||||
wrapt
|
||||
|
Loading…
Reference in New Issue
Block a user