From cef0110b8452e236c1762f5a9e348f29ad48ff84 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 30 Mar 2020 17:43:56 +0000 Subject: [PATCH] tensorflow-estimator-1.x: Put back comment --- .../python-modules/tensorflow-estimator/1/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/tensorflow-estimator/1/default.nix b/pkgs/development/python-modules/tensorflow-estimator/1/default.nix index 39c667357c8..3e3d50bc6f4 100644 --- a/pkgs/development/python-modules/tensorflow-estimator/1/default.nix +++ b/pkgs/development/python-modules/tensorflow-estimator/1/default.nix @@ -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";