voila-dashboards/voila-gridstack

Update to the latest `jupyter-packaging`

jtpio opened this issue · 1 comments

jtpio commented

We are still on jupyter_packaging~=0.7.9:

requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel", "jupyter_core"]

Ideally we would update to the latest 0.10.x, and move more package configuration to pyproject.toml and setup.cfg.

jtpio commented

Fixed by #145