Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ipython #291

Open
ckunki opened this issue Jun 17, 2024 · 2 comments
Open

Update ipython #291

ckunki opened this issue Jun 17, 2024 · 2 comments
Labels
refactoring Code improvement without behavior change

Comments

@ckunki
Copy link
Contributor

ckunki commented Jun 17, 2024

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.

In order to fix failing tests during the implementation of ticket #289 we needed to add a dependency to pickleshare, see ipython/ipython#14367.

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.

@ckunki ckunki added the refactoring Code improvement without behavior change label Jun 17, 2024
@redcatbear
Copy link

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.

@ckunki
Copy link
Contributor Author

ckunki commented Sep 27, 2024

Blocked by ipython/ipython#14367.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

2 participants