Skip to content

Commit 6996bc2

Browse files
Update ipywidgets requirement from <8.1,>=8.0.0 to >=8.0.0,<8.2
Updates the requirements on [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) to permit the latest version. - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@8.0.0...8.1.0) --- updated-dependencies: - dependency-name: ipywidgets dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8049fe8 commit 6996bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ notebooks = [
5555
"scikit-learn>=1.2.0,<1.4",
5656
"torch>=1.13.0,<2.1",
5757
"torchvision>=0.14.0,<0.16",
58-
"ipywidgets>=8.0.0,<8.1",
58+
"ipywidgets>=8.0.0,<8.2",
5959
]
6060

6161
[project.urls]

0 commit comments

Comments
 (0)