diff --git a/code-env/python/desc.json b/code-env/python/desc.json index cb3b103..a6a3fd5 100755 --- a/code-env/python/desc.json +++ b/code-env/python/desc.json @@ -1,7 +1,13 @@ { - "acceptedPythonInterpreters": ["PYTHON39"], + "acceptedPythonInterpreters": [ + "PYTHON39", + "PYTHON311", + "PYTHON312", + "PYTHON313", + "PYTHON314" + ], "corePackagesSet": "AUTO", "forceConda": false, "installCorePackages": true, "installJupyterSupport": false -} \ No newline at end of file +} diff --git a/plugin.json b/plugin.json index e2a6924..a082b74 100755 --- a/plugin.json +++ b/plugin.json @@ -1,13 +1,15 @@ { - "id" : "reinforcement-learning", - "version" : "0.2.0", - "meta" : { - "label" : "Reinforcement Learning", - "description" : "A plugin to do reinforcement learning in Dataiku", - "author" : "Dataiku", - "icon" : "dku-icon-robot", - "licenseInfo" : "Apache Software License", - "url" : "https://doc.dataiku.com/dss/latest/machine-learning/reinforcement-learning.html", - "tags" : ["Machine Learning"] - } -} \ No newline at end of file + "id": "reinforcement-learning", + "version": "0.3.0", + "meta": { + "label": "Reinforcement Learning", + "description": "A plugin to do reinforcement learning in Dataiku", + "author": "Dataiku", + "icon": "dku-icon-robot", + "licenseInfo": "Apache Software License", + "url": "https://doc.dataiku.com/dss/latest/machine-learning/reinforcement-learning.html", + "tags": [ + "Machine Learning" + ] + } +}