python3Packages.tensorflow-estimator: 1.15.1 -> 2.1.0
This commit is contained in:
parent
33f11be707
commit
c186f5ec4d
@ -6,14 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tensorflow-estimator";
|
pname = "tensorflow-estimator";
|
||||||
# This is effectively 1.15.0. Upstream tagged 1.15.0 by mistake before actually updating the version in setup.py, which is why this tag is called 1.15.1.
|
version = "2.1.0";
|
||||||
version = "1.15.1";
|
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "tensorflow_estimator";
|
pname = "tensorflow_estimator";
|
||||||
inherit version format;
|
inherit version format;
|
||||||
sha256 = "1fc61wmc0w22frs79j2x4g6wnv5g21xc6rix1g4bsvy9qfvvylw8";
|
sha256 = "0wk9viil54ms1s2ir7zxygqa425i69hx8zngwhdqvw9nlr4gdig5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ mock numpy absl-py ];
|
propagatedBuildInputs = [ mock numpy absl-py ];
|
||||||
|
Loading…
Reference in New Issue
Block a user