mirror of
https://github.com/moodle/moodle.git
synced 2025-07-14 02:46:30 +02:00
MDL-74473 core_analytics: Upgrade ML Backend to 3.0.5
This commit is contained in:
@ -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 = '3.0.4';
|
||||
const REQUIRED_PIP_PACKAGE_VERSION = '3.0.5';
|
||||
|
||||
/**
|
||||
* The python package is installed in a server.
|
||||
|
Reference in New Issue
Block a user