Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 26, 2023
1 parent 9890044 commit 38ef4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion beakerx_widgets/beakerx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion beakerx_widgets/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- bottle
- ipywidgets>=7.5.1,<8
- ipywidgets>=7.5.1,<9
- pandas
- py4j
- pyspark
Expand Down

0 comments on commit 38ef4fe

Please sign in to comment.