New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/44160#issuecomment-1569306393 Comment: > Thanks a lot, I'll look into this. The `ci-skip` for the circular deps is a good idea, as well as using `pip3 check` for missing deps That's nice, the relevant ones I get are: ``` ipykernel 6.23.1 requires debugpy, which is not installed. jupyterlab 4.0.0 requires jupyter-lsp, which is not installed. ipywidgets 8.0.6 requires jupyterlab-widgets, which is not installed. ``` I'll look into packaging those three (also jupyterlab released 4.0.1). BTW, I didn't mention it in the comments: I'm packaging notebook-7.0.0b3. Since 7.0.0 will be released soon, this makes sense and 6.5.4 doesn't work properly with current jupyter_client so it could be difficult supporting notebook-6.5.4 together with jupyterlab 4.0.0 for little gain...