Skip to content

Commit

Permalink
Merge branch 'MDL-74096-39' of https://github.com/ilyatregubov/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_39_STABLE
  • Loading branch information
junpataleta committed Apr 4, 2022
2 parents db6f627 + 600b2f0 commit ce9c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mlbackend/python/classes/processor.php
Expand Up @@ -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.6.4';
const REQUIRED_PIP_PACKAGE_VERSION = '2.6.5';

/**
* The python package is installed in a server.
Expand Down

0 comments on commit ce9c32a

Please sign in to comment.