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

WIP: Jupyterlab v3 to v4 dependencies update #32

Merged
merged 71 commits into from
Jun 6, 2024

Conversation

garciagenrique
Copy link
Contributor

@garciagenrique garciagenrique commented Mar 27, 2024

Jupyterlab v3 to v4 dependencies update.

This update compiles with jupyterlab=4.1, python=3.11, notebook<7, and NodeJS=~20

TODO before merging:

Co-authored-by: Giovanni Guerrieri giovanni.guerrieri@cern.ch
Co-authored-by: Francesc Torradeflot torradeflot@pic.es

garciagenrique and others added 30 commits March 5, 2024 17:24
adding jest-environment-jsdom because yes
adding @jupyterlab/testing
pyproject.toml Outdated
@@ -29,7 +29,7 @@ dependencies = [
"peewee",
"psutil",
"pyjwt",
"jsonschema",
"jsonschema<4.20",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@garciagenrique This restriction makes it incompatible with rucio_clients==34 that requires: jsonschema ~=4.20.0 . Is this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was some leftovers from the tests with the different jsonschema versions. I would suggest to relax all the dependencies as much as possible and let the different developers/package managers install the needed dep versions for each rucio-jupyterlab version

@ftorradeflot ftorradeflot merged commit 4c02cb6 into rucio:master Jun 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants