python3Packages.tensorflow: Replace tensorflow-estimator alias

This commit is contained in:
Martin Weinelt 2023-01-29 02:54:27 +01:00
parent 0679a60a5e
commit f45f44bb0f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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