Skip to content

Commit 7a3418a

Browse files
authored
Remove jupyter_server version fix (#1905)
1 parent 5800b82 commit 7a3418a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

scipy-notebook/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ RUN mamba install --yes \
3939
'h5py' \
4040
'ipympl'\
4141
'ipywidgets' \
42-
# Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
43-
'jupyter_server>=2.0.0' \
4442
'jupyterlab-git' \
4543
'matplotlib-base' \
4644
'numba' \

tests/base-notebook/test_packages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"ca-certificates",
7070
"conda-forge::blas[build=openblas]",
7171
"hdf5",
72-
"jupyter_server[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
7372
"jupyterlab-git",
7473
"nodejs[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1901
7574
"openssl",

0 commit comments

Comments
 (0)