Skip to content

Commit

Permalink
Downgrade minimum traitlets version to 5.4
Browse files Browse the repository at this point in the history
As we learned in aiidalab/aiidalab-docker-stack#494,
it is really not good if traitlets dependency is installed
outside of the conda enviroment (i.e. to ~/.local) as it may
break the jupyter notebook. Here we downgrade the minimum traitlets
version back to 5.4.

(NOTE: That the original motivation to upgrading to 5.9 was performance,
I believe it is better if we upgrade directly in the image).
  • Loading branch information
danielhollas committed Aug 21, 2024
1 parent de5f0cc commit 34bbe53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
bokeh~=2.0
humanfriendly~=10.0
ipytree~=0.2
traitlets~=5.9
traitlets~=5.4
ipywidgets~=7.7
widgetsnbextension<3.6.3
pymysql~=0.9
Expand Down

0 comments on commit 34bbe53

Please sign in to comment.