Skip to content

Commit ecbb2e4

Browse files
Unpinned ipywidgets (#4288)
* Unpinned ipywidgets
1 parent 1bbdb29 commit ecbb2e4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ outputs:
7272
- python-kaleido >=0.1.0
7373
- matplotlib-base >=3.3.3
7474
- seaborn >=0.11.1
75-
- ipywidgets >=7.5, <8.0.5
75+
- ipywidgets >=7.5
7676
- xgboost >=1.7.0
7777
- catboost >=1.1.1
7878
- lightgbm >=4.0.0

docs/source/release_notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Release Notes
99
* Changes
1010
* Updated ``ARIMARegressor`` to be compatible with sktime v0.22.0 and beyond :pr:`4283`
1111
* Updated ``graph_prediction_vs_actual_over_time()`` to be compatible with multiseries time series :pr:`4284`
12+
* Unpinned ipywidgets :pr:`4288`
1213
* Documentation Changes
1314
* Removed erroneous warnings from Data Checks User Guide page and removed ``tqdm`` warning in all notebooks :pr:`4274`
1415
* Testing Changes

evalml/tests/dependency_update_check/latest_dependency_versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ featuretools==1.27.0
1010
graphviz==0.20.1
1111
holidays==0.20
1212
imbalanced-learn==0.11.0
13-
ipywidgets==8.0.4
13+
ipywidgets==8.1.0
1414
kaleido==0.2.1
1515
lightgbm==4.0.0
1616
lime==0.2.0.1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
"networkx >= 2.6",
5050
"plotly >= 5.0.0",
5151
"kaleido >= 0.1.0",
52-
"ipywidgets >= 7.5, < 8.0.5",
52+
"ipywidgets >= 7.5",
5353
"xgboost >= 1.7.0",
5454
"catboost >= 1.1.1",
5555
"lightgbm >= 4.0.0",

0 commit comments

Comments
 (0)