Merge pull request #83794 from obsidiansystems/add-tensorflow-2
tensorflow-estimator-1.x: Put back comment
This commit is contained in:
commit
e541a44c17
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
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 = "1.15.1";
|
version = "1.15.1";
|
||||||
format = "wheel";
|
format = "wheel";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user