mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
4.0.2
This commit is contained in:
parent
68367353eb
commit
9434e3c755
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Code console environment for running Python code interactively",
|
||||
"fr": "Console de code pour exécuter du code Python de manière interactive"
|
||||
},
|
||||
"version": "3.6.1~ynh2",
|
||||
"version": "4.0.2~ynh2",
|
||||
"url": "https://jupyter.org",
|
||||
"upstream": {
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -22,7 +22,7 @@
|
|||
"email": "pierre@kayou.io"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.9"
|
||||
"yunohost": ">= 11.1.20"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
# dependencies used by the app
|
||||
pkg_dependencies="python3-dev python3-pip"
|
||||
|
||||
nodejs_version="16"
|
||||
nodejs_version="18"
|
||||
|
||||
jupyterlab_version="3.6.1"
|
||||
jupyterlab_version="4.0.2"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue