Skip to content

Commit

Permalink
Restricting dependency on ipywidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Dec 20, 2024
1 parent af930e0 commit af23df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
],
include_package_data=True,
python_requires=">=3.6",
install_requires=["ipywidgets>=7.0.0"],
install_requires=["ipywidgets>=7,<9"],
extras_require={
"test": [
"pytest>=4.6",
Expand Down

0 comments on commit af23df8

Please sign in to comment.