3
0
Fork 0
forked from mirrors/nixpkgs

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

This commit is contained in:
Martin Weinelt 2023-01-17 03:09:35 +01:00
parent 26fc1080e0
commit 1fa67dd7fd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 2 additions and 1 deletions

View file

@ -218,6 +218,7 @@ mapAliases ({
SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23
tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25
tensorflow-build_2 = tensorflow-build; # added 2021-11-25
tensorflow-estimator = tensorflow-estimator-bin; # added 2023-01-17
tensorflow-estimator_2 = tensorflow-estimator; # added 2021-11-25
tensorflow-tensorboard = tensorboard; # added 2022-03-06
tensorflow-tensorboard_2 = tensorflow-tensorboard; # added 2021-11-25

View file

@ -11227,7 +11227,7 @@ self: super: with self; {
tensorflow-datasets = callPackage ../development/python-modules/tensorflow-datasets { };
tensorflow-estimator = callPackage ../development/python-modules/tensorflow-estimator { };
tensorflow-estimator-bin = callPackage ../development/python-modules/tensorflow-estimator/bin.nix { };
tensorflow-metadata = callPackage ../development/python-modules/tensorflow-metadata { };