Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion conda/recipes/rapids-notebook-env/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ requirements:
- ipywidgets
- jupyter-server-proxy
- jupyterlab {{ jupyterlab_version }}
- jupyter_core {{ jupyter_core_version }}
- jupyterlab-favorites
- jupyter-packaging {{ jupyter_packaging_version }}
- jupyterlab_widgets
Expand Down
6 changes: 1 addition & 5 deletions conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,10 @@ holoviews_version:
- '>=1.14.8,<=1.15.3'
ipython_version:
- '=7.31.1'
# TODO Update ipykernel_version once https://github.com/jupyter-server/jupyter_server/issues/1198 is resolved
ipykernel_version:
- '=6.20.2'
- '!=6.21.0,!=6.21.1'
isort_version:
- '=5.12.0'
# TODO Update jupyter_core_version once https://github.com/jupyter-server/jupyter_server/issues/1198 is resolved
jupyter_core_version:
- '=5.1.5'
jupyterlab_version:
- '>=3.1.4,<4.0a0'
jupyter_packaging_version:
Expand Down