Skip to content

Commit

Permalink
Unpin jupyter-remote-desktop-proxy
Browse files Browse the repository at this point in the history
1.2.0 was broken, 1.2.1 fixed that
  • Loading branch information
yuvipanda committed Jan 4, 2024
1 parent c72296e commit 78d96c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-scripts/setup-linux-desktop.bash
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mamba install -c conda-forge --yes \
jupyter-server-proxy \
nbgitpuller

python -m pip install --no-cache "jupyter-remote-desktop-proxy<1.2.0"
python -m pip install --no-cache "jupyter-remote-desktop-proxy==1.2.1"

fix-permissions "${CONDA_DIR}"
fix-permissions "/home/${NB_USER}"

0 comments on commit 78d96c0

Please sign in to comment.