diff --git a/.github/meta.yaml b/.github/meta.yaml index f9240763b6..c92ab44fbf 100644 --- a/.github/meta.yaml +++ b/.github/meta.yaml @@ -69,7 +69,7 @@ outputs: run: - '{{ pin_subpackage("evalml-core", max_pin="x.x.x.x") }}' - plotly >=5.0.0 - - python-kaleido ==0.1.0 + - python-kaleido >=0.1.0 - matplotlib-base >=3.3.3 - seaborn >=0.11.1 - ipywidgets >=7.5 diff --git a/evalml/tests/dependency_update_check/latest_dependency_versions.txt b/evalml/tests/dependency_update_check/latest_dependency_versions.txt index ce4e037ab6..23923972f3 100644 --- a/evalml/tests/dependency_update_check/latest_dependency_versions.txt +++ b/evalml/tests/dependency_update_check/latest_dependency_versions.txt @@ -11,7 +11,7 @@ graphviz==0.20.1 holidays==0.20 imbalanced-learn==0.12.0 ipywidgets==8.1.2 -kaleido==0.1.0 +kaleido==0.2.1 lightgbm==4.3.0 lime==0.2.0.1 matplotlib==3.7.4 diff --git a/pyproject.toml b/pyproject.toml index 69ac6802d4..9643a07891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "nlp-primitives >= 2.9.0", "networkx >= 2.6, <3.2", "plotly >= 5.0.0", - "kaleido == 0.1.0", + "kaleido >= 0.1.0", "ipywidgets >= 7.5", "xgboost >= 1.7.0.post0", "catboost >= 1.1.1",