We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5800b82 commit 7a3418aCopy full SHA for 7a3418a
scipy-notebook/Dockerfile
@@ -39,8 +39,6 @@ RUN mamba install --yes \
39
'h5py' \
40
'ipympl'\
41
'ipywidgets' \
42
- # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
43
- 'jupyter_server>=2.0.0' \
44
'jupyterlab-git' \
45
'matplotlib-base' \
46
'numba' \
tests/base-notebook/test_packages.py
@@ -69,7 +69,6 @@
69
"ca-certificates",
70
"conda-forge::blas[build=openblas]",
71
"hdf5",
72
- "jupyter_server[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1851
73
"jupyterlab-git",
74
"nodejs[version='>", # Temporary fix for: https://github.com/jupyter/docker-stacks/issues/1901
75
"openssl",
0 commit comments