Skip to content

Commit

Permalink
Merge pull request #623 from pentschev/update-ipkernel-pin
Browse files Browse the repository at this point in the history
Update ipykernel pin to reject broken multiprocessing releases
  • Loading branch information
raydouglass authored Feb 13, 2023
2 parents 5661ab1 + 75ee1d8 commit 7a30676
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
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

0 comments on commit 7a30676

Please sign in to comment.