From d7928baf664a335516772c6bf6b4d96495c72314 Mon Sep 17 00:00:00 2001 From: dfguerrerom Date: Thu, 5 Sep 2024 16:05:13 +0200 Subject: [PATCH] remove voila-sepal-ui. This until https://github.com/dfguerrerom/voila-sepal-ui/issues/4 is done --- modules/sandbox/script/init_sepal_ui.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/sandbox/script/init_sepal_ui.sh b/modules/sandbox/script/init_sepal_ui.sh index c8cb83f04..ffbc72572 100644 --- a/modules/sandbox/script/init_sepal_ui.sh +++ b/modules/sandbox/script/init_sepal_ui.sh @@ -1,8 +1,4 @@ #!/bin/bash set -e -python3 -m pip install "sepal-ui==2.20.0" - -# Update the voila-sepal-ui package - -python3 -m pip install "voila-sepal-ui==0.5.2" \ No newline at end of file +python3 -m pip install "sepal-ui==2.20.0" \ No newline at end of file