MDL-64787 mlbackend_python: Bump python package minimum version

This commit is contained in:
David Monllaó
2019-03-12 13:11:02 +01:00
parent d87696dadb
commit dea8ab8900

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.
*/
const REQUIRED_PIP_PACKAGE_VERSION = '0.37.0';
const REQUIRED_PIP_PACKAGE_VERSION = '1.0.0';
/**
* The path to the Python bin.