New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/44160#issuecomment-1569154984 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, e.g. on my current system (prior to this pr): ``` $ pip3 check ipywidgets 7.6.3 requires jupyterlab-widgets, which is not installed. yt-dlp 2023.3.4 requires brotli, which is not installed. yt-dlp 2023.3.4 requires certifi, which is not installed. yt-dlp 2023.3.4 requires mutagen, which is not installed. yt-dlp 2023.3.4 requires pycryptodomex, which is not installed. yt-dlp 2023.3.4 requires websockets, which is not installed. jupyterlab 3.5.0 requires tomli, which is not installed. ipykernel 6.19.2 requires debugpy, which is not installed. nbconvert 6.4.5 has requirement nbclient<0.6.0,>=0.5.0, but you have nbclient 0.7.0. ```