Open ckunki opened 5 months ago
ipython is a transitive dependency of ipywidgets in file ansible/roles/jupyter/files/jupyter_requirements.txt as well as of jupyterlab (via ipykernel), in the same file.
ipython
ipywidgets
jupyterlab
ipykernel
In order to fix failing tests during the implementation of ticket #289 we needed to add a dependency to pickleshare, see https://github.com/ipython/ipython/issues/14367.
pickleshare
This potentially can be removed as soon as an update of dependency ipython is available. Currently, the ai-lab uses the latest available version ipython 8.25.0.
ipython 8.25.0
AT 2024-09-27 on PyPi ipython 8.27.0 is available. Required by ipywidgets. We use 8.1.1. Available is 8.1.5.
Blocked by https://github.com/ipython/ipython/issues/14367.
ipython
is a transitive dependency ofipywidgets
in file ansible/roles/jupyter/files/jupyter_requirements.txt as well as ofjupyterlab
(viaipykernel
), in the same file.In order to fix failing tests during the implementation of ticket #289 we needed to add a dependency to
pickleshare
, see https://github.com/ipython/ipython/issues/14367.This potentially can be removed as soon as an update of dependency
ipython
is available. Currently, the ai-lab uses the latest available versionipython 8.25.0
.