Skip to content

Commit 20d3276

Browse files
authored
Fix: loosen ipywidget dependency (#1504)
* fix: updates ipywidget dependency * fix: updates ipywidget version number
1 parent 665d7ba commit 20d3276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
pyarrow_dependency,
6868
"db-dtypes>=0.3.0,<2.0.0dev",
6969
],
70-
"ipywidgets": ["ipywidgets==7.7.1"],
70+
"ipywidgets": ["ipywidgets>=7.7.0,<8.0.1"],
7171
"geopandas": ["geopandas>=0.9.0, <1.0dev", "Shapely>=1.8.4, <2.0dev"],
7272
"ipython": ["ipython>=7.0.1,!=8.1.0"],
7373
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],

0 commit comments

Comments
 (0)