1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-02-26 18:32:33 +01:00
parent d219838cb1
commit e618031f21

View file

@ -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]