mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-70887 mlbackend_python: Update to latest version.
This commit is contained in:
parent
2a22a20251
commit
fa363b52eb
1 changed files with 1 additions and 1 deletions
|
@ -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 = '2.4.0';
|
||||
const REQUIRED_PIP_PACKAGE_VERSION = '2.6.4';
|
||||
|
||||
/**
|
||||
* The python package is installed in a server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue