python.pkgs.dm-sonnet: add estimator dependency
Previously was implicitly included in the binary tensorflow release.
This commit is contained in:
parent
c2948f640b
commit
c393b60179
@ -11,6 +11,7 @@
|
|||||||
, wrapt
|
, wrapt
|
||||||
, tensorflow
|
, tensorflow
|
||||||
, tensorflow-probability
|
, tensorflow-probability
|
||||||
|
, tensorflow-estimator
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -73,6 +74,7 @@ in buildPythonPackage rec {
|
|||||||
wrapt
|
wrapt
|
||||||
tensorflow
|
tensorflow
|
||||||
tensorflow-probability
|
tensorflow-probability
|
||||||
|
tensorflow-estimator
|
||||||
];
|
];
|
||||||
|
|
||||||
# not sure how to properly run the real test suite -- through bazel?
|
# not sure how to properly run the real test suite -- through bazel?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user