Hello,
I'm using uv 0.4.30 (61ed2a2 2024-11-04) on Windows and I'm trying to install jupyter_contrib_nbextensions==0.7.0. It seems that uv fails to install the package as it cannot be built with the latest versions of setuptools, due to some deprecations.
uv pip install jupyter_contrib_nbextensions==0.7.0
However, the latest version of pip (24.3.1) succeeds to build and install the package and I would like to understand this difference in behavior.
pip install jupyter_contrib_nbextensions==0.7.0
I read the documentation on build failures and I don't understand if I can force a version of setuptools and wheel for jupyter_contrib_nbextensions.
Also, can I manage this package with uv if it has been installed using pip?
Thank you for your awesome work!