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