Merge pull request #83794 from obsidiansystems/add-tensorflow-2

tensorflow-estimator-1.x: Put back comment
This commit is contained in:
John Ericson
2020-03-30 13:45:51 -04:00
committed by GitHub

View File

@@ -6,6 +6,9 @@
buildPythonPackage rec {
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 = "1.15.1";
format = "wheel";