Skip to content

Commit

Permalink
Fix: loosen ipywidget dependency (#1504)
Browse files Browse the repository at this point in the history
* fix: updates ipywidget dependency

* fix: updates ipywidget version number
  • Loading branch information
chalmerlowe committed Feb 22, 2023
1 parent 665d7ba commit 20d3276
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 @@ -67,7 +67,7 @@
pyarrow_dependency,
"db-dtypes>=0.3.0,<2.0.0dev",
],
"ipywidgets": ["ipywidgets==7.7.1"],
"ipywidgets": ["ipywidgets>=7.7.0,<8.0.1"],
"geopandas": ["geopandas>=0.9.0, <1.0dev", "Shapely>=1.8.4, <2.0dev"],
"ipython": ["ipython>=7.0.1,!=8.1.0"],
"tqdm": ["tqdm >= 4.7.4, <5.0.0dev"],
Expand Down

0 comments on commit 20d3276

Please sign in to comment.