From 38ef4fe68f3717516583a3f701299e12b1db1f0a Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 26 Sep 2023 15:14:09 +0200 Subject: [PATCH] Iterate --- beakerx_widgets/beakerx/__init__.py | 2 +- beakerx_widgets/pyproject.toml | 2 +- configuration.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beakerx_widgets/beakerx/__init__.py b/beakerx_widgets/beakerx/__init__.py index bb047f7..7d88b55 100644 --- a/beakerx_widgets/beakerx/__init__.py +++ b/beakerx_widgets/beakerx/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. from ._version import version_info, __version__ -# from .commands import parse_widgets +from .commands import parse_widgets from .forms import * from .jupyter_server_handlers import setup_jupyter_server_handlers from .magics import * diff --git a/beakerx_widgets/pyproject.toml b/beakerx_widgets/pyproject.toml index 68605bf..8b9a4b6 100644 --- a/beakerx_widgets/pyproject.toml +++ b/beakerx_widgets/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["jupyter_packaging~=0.10,<2", "jupyterlab~=3.1"] +requires = ["jupyter_packaging~=0.10,<2", "jupyterlab>4,<5"] build-backend = "jupyter_packaging.build_api" [tool.jupyter-packaging.options] diff --git a/configuration.yml b/configuration.yml index 4d4108e..41f9941 100644 --- a/configuration.yml +++ b/configuration.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - bottle - - ipywidgets>=7.5.1,<8 + - ipywidgets>=7.5.1,<9 - pandas - py4j - pyspark