mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-60517 mlbackend_python: Use 0.0.4 moodlemlbackend package
0.0.4 update fixes an incorrectly specified tensorflow dependency
This commit is contained in:
parent
690168cb4a
commit
c17fae4bf8
@ -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.0.3';
|
||||
const REQUIRED_PIP_PACKAGE_VERSION = '0.0.4';
|
||||
|
||||
/**
|
||||
* The path to the Python bin.
|
||||
|
Loading…
x
Reference in New Issue
Block a user