Skip to content

Commit 9da911b

Browse files
committed
ST6RI-766 Updated install scripts in jupyter installer
1 parent 23e83e8 commit 9da911b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

org.omg.sysml.jupyter.installer/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ call java -version || goto :error
4141

4242
echo --- Step 3: Installing Jupyter SysML kernel and dependencies ---
4343
call jupyter kernelspec remove sysml -f >nul 2>&1
44-
call conda install "jupyter-sysml-kernel=%SYSML_VERSION%" python=3.* jupyterlab=3.* graphviz=2.* nodejs="<17" -c conda-forge -y || goto:error
44+
call conda install "jupyter-sysml-kernel=%SYSML_VERSION%" python=3.* jupyterlab=4.* graphviz=2.* nodejs -c conda-forge -y || goto:error
4545

4646
echo --- Step 4: Installing JupyterLab SysML extension ---
4747
call jupyter labextension uninstall @systems-modeling/jupyterlab-sysml

org.omg.sysml.jupyter.installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ java -version
3434

3535
echo "--- Step 3: Installing Jupyter SysML kernel and dependencies ---"
3636
jupyter kernelspec remove sysml -f > /dev/null 2>&1 || true
37-
conda install "jupyter-sysml-kernel=$SYSML_VERSION" python=3.* jupyterlab=3.* graphviz=2.* nodejs="<17" -c conda-forge -y
37+
conda install "jupyter-sysml-kernel=$SYSML_VERSION" python=3.* jupyterlab=4.* graphviz=2.* nodejs -c conda-forge -y
3838

3939
echo "--- Step 4: Installing JupyterLab SysML extension ---"
4040
jupyter labextension uninstall @systems-modeling/jupyterlab-sysml > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)