Skip to content

Commit 4dd7179

Browse files
committed
Update versions for ipywidgets, jupyter-packaging
1 parent 93ec8dc commit 4dd7179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.10,<2", "jupyterlab>=3,<4"]
2+
requires = ["jupyter_packaging~=0.10,<0.12", "jupyterlab>=3,<4"]
33
build-backend = "jupyter_packaging.build_api"
44

55
[tool.jupyter-packaging.options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
long_description_content_type="text/markdown",
5353
packages=setuptools.find_packages(),
5454
install_requires = [
55-
'ipywidgets>=7.0.0',
55+
'ipywidgets>=7.7.2,<8.0.0',
5656
'bqplot',
5757
'numpy',
5858
'rospkg',

0 commit comments

Comments
 (0)