pythonPackages.tensorflow-estimator_1_15_1: init at 1.15.1

TF 1.15 still needs an older version of the tensorflow-estimator
package.
This commit is contained in:
Andreas Rammhold
2020-03-03 01:12:27 +01:00
parent 84b3678072
commit c539f937c5
3 changed files with 30 additions and 2 deletions
+1
View File
@@ -6657,6 +6657,7 @@ in {
zerobin = callPackage ../development/python-modules/zerobin { };
tensorflow-estimator = callPackage ../development/python-modules/tensorflow-estimator { };
tensorflow-estimator_1_15_1 = callPackage ../development/python-modules/tensorflow-estimator/1_15_1.nix { };
tensorflow-probability = callPackage ../development/python-modules/tensorflow-probability { };