python3Packages.tensorflow-estimator-bin: Rename from tensorflow-estimator

+2 -1
pkgs/development/python-modules/tensorflow-estimator/default.nix pkgs/development/python-modules/tensorflow-estimator/bin.nix
+1
pkgs/top-level/python-aliases.nix
··· 218 218 SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23 219 219 tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25 220 220 tensorflow-build_2 = tensorflow-build; # added 2021-11-25 221 + tensorflow-estimator = tensorflow-estimator-bin; # added 2023-01-17 221 222 tensorflow-estimator_2 = tensorflow-estimator; # added 2021-11-25 222 223 tensorflow-tensorboard = tensorboard; # added 2022-03-06 223 224 tensorflow-tensorboard_2 = tensorflow-tensorboard; # added 2021-11-25
+1 -1
pkgs/top-level/python-packages.nix
··· 11227 11227 11228 11228 tensorflow-datasets = callPackage ../development/python-modules/tensorflow-datasets { }; 11229 11229 11230 - tensorflow-estimator = callPackage ../development/python-modules/tensorflow-estimator { }; 11230 + tensorflow-estimator-bin = callPackage ../development/python-modules/tensorflow-estimator/bin.nix { }; 11231 11231 11232 11232 tensorflow-metadata = callPackage ../development/python-modules/tensorflow-metadata { }; 11233 11233