From e618031f212732384a769b5cc645d2684548bfb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 26 Feb 2023 18:32:33 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c9e2916..2da1482 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "JupyterLab" description.en = "Code console environment for running Python code interactively" description.fr = "Console de code pour exécuter du code Python de manière interactive" -version = "3.6.1~ynh2" +version = "3.6.1~ynh3" maintainers = ["kay0u"] @@ -17,13 +17,13 @@ admindoc = "https://jupyterlab.readthedocs.io/en/stable/" code = "https://github.com/jupyterhub/jupyterhub" [integration] -yunohost = ">= 11.1.9" +yunohost = ">= 11.1.11" architectures = "all" multi_instance = true ldap = true sso = false disk = "50M" -ram.build = "50M" +ram.build = "950M" ram.runtime = "50M" [install]