From 5f6e7b7eb2d4b12cdb10fff0f61e0a537c54fae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Wed, 14 Aug 2019 17:18:28 +0000 Subject: [PATCH 1/3] TF version 1.14.0 --- deps/build.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/build.jl b/deps/build.jl index 50978a3a..c43bf2dc 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -1,8 +1,8 @@ using PyCall using Conda -const cur_version = "1.13.1" -const cur_py_version = "1.13.1" +const cur_version = "1.14.0" +const cur_py_version = "1.14.0" ############################ From 401eddafb20b179de1a3e527fe408b6f43eb288e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Thu, 20 Feb 2020 12:12:19 +0000 Subject: [PATCH 2/3] Trying newer version --- deps/build.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/build.jl b/deps/build.jl index c43bf2dc..f91866c2 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -1,8 +1,8 @@ using PyCall using Conda -const cur_version = "1.14.0" -const cur_py_version = "1.14.0" +const cur_version = "1.15.2" +const cur_py_version = "1.15.2" ############################ From 698a41e51429af445889a576cdd17bcaf59c21a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Fri, 28 Feb 2020 15:39:06 +0000 Subject: [PATCH 3/3] Try 14.0, seems later files are not in same location --- deps/build.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/build.jl b/deps/build.jl index f91866c2..c43bf2dc 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -1,8 +1,8 @@ using PyCall using Conda -const cur_version = "1.15.2" -const cur_py_version = "1.15.2" +const cur_version = "1.14.0" +const cur_py_version = "1.14.0" ############################