MDL-66004 mlbackend_python: Bump the required python package version

This commit is contained in:
David Monllaó 2019-09-18 13:50:11 +08:00
parent aa5b705607
commit fea66a0854

View file

@ -38,7 +38,7 @@ class processor implements \core_analytics\classifier, \core_analytics\regresso
/** /**
* The required version of the python package that performs all calculations. * The required version of the python package that performs all calculations.
*/ */
const REQUIRED_PIP_PACKAGE_VERSION = '2.1.0'; const REQUIRED_PIP_PACKAGE_VERSION = '2.2.0';
/** /**
* The python package is installed in a server. * The python package is installed in a server.