Skip to content

Commit

Permalink
Remove jupyter_server version fix (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored May 26, 2023
1 parent 5800b82 commit 7a3418a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions scipy-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ RUN mamba install --yes \
'h5py' \
'ipympl'\
'ipywidgets' \
# Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
'jupyter_server>=2.0.0' \
'jupyterlab-git' \
'matplotlib-base' \
'numba' \
Expand Down
1 change: 0 additions & 1 deletion tests/base-notebook/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"ca-certificates",
"conda-forge::blas[build=openblas]",
"hdf5",
"jupyter_server[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
"jupyterlab-git",
"nodejs[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1901
"openssl",
Expand Down

0 comments on commit 7a3418a

Please sign in to comment.