python.pkgs.dm-sonnet: add estimator dependency

Previously was implicitly included in the binary tensorflow release.
This commit is contained in:
Timo Kaufmann 2019-06-21 18:23:50 +02:00
parent c2948f640b
commit c393b60179

View File

@ -11,6 +11,7 @@
, wrapt
, tensorflow
, tensorflow-probability
, tensorflow-estimator
}:
let
@ -73,6 +74,7 @@ in buildPythonPackage rec {
wrapt
tensorflow
tensorflow-probability
tensorflow-estimator
];
# not sure how to properly run the real test suite -- through bazel?