Merge branch 'MDL-67040_master' of git://github.com/dmonllao/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2020-01-16 00:06:30 +01:00
commit 2b12a3668f

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.3.1'; const REQUIRED_PIP_PACKAGE_VERSION = '2.4.0';
/** /**
* The python package is installed in a server. * The python package is installed in a server.