From c17fae4bf8274495795de9bbb226be0c1ea4b0f5 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Fri, 20 Oct 2017 11:22:35 +0200 Subject: [PATCH] MDL-60517 mlbackend_python: Use 0.0.4 moodlemlbackend package 0.0.4 update fixes an incorrectly specified tensorflow dependency --- lib/mlbackend/python/classes/processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mlbackend/python/classes/processor.php b/lib/mlbackend/python/classes/processor.php index 97443dbe3c0..b0ca93eff46 100644 --- a/lib/mlbackend/python/classes/processor.php +++ b/lib/mlbackend/python/classes/processor.php @@ -38,7 +38,7 @@ class processor implements \core_analytics\classifier, \core_analytics\regresso /** * The required version of the python package that performs all calculations. */ - const REQUIRED_PIP_PACKAGE_VERSION = '0.0.3'; + const REQUIRED_PIP_PACKAGE_VERSION = '0.0.4'; /** * The path to the Python bin.