You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't expect to need any updates for free-threading support, but folks can't install Jupyter Server or JupyterLab with Python 3.13t due to two transitive dependencies:
(argon2 branch builds with HEAD of cffi, jsonschema is pinned to the last release before the rpds rust dependency), everything seems to work fine. That reinforces my suspicion that there won't be anything for us to do, but this is a tracking issue folks can link to, at least.
The text was updated successfully, but these errors were encountered:
I don't expect to need any updates for free-threading support, but folks can't install Jupyter Server or JupyterLab with Python 3.13t due to two transitive dependencies:
import jupyterlab
to segfault becauseimport rpds
segfaults); pyO3 tracking issue: Tracking issue for no-gil/freethreaded work PyO3/pyo3#4265When I make an env working around these two issues (arm mac):
(argon2 branch builds with HEAD of cffi, jsonschema is pinned to the last release before the
rpds
rust dependency), everything seems to work fine. That reinforces my suspicion that there won't be anything for us to do, but this is a tracking issue folks can link to, at least.The text was updated successfully, but these errors were encountered: