Skip to content

Commit da91cce

Browse files
Try uncapping it again
1 parent bc1a169 commit da91cce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ outputs:
6969
run:
7070
- '{{ pin_subpackage("evalml-core", max_pin="x.x.x.x") }}'
7171
- plotly >=5.0.0
72-
- python-kaleido ==0.1.0
72+
- python-kaleido >=0.1.0
7373
- matplotlib-base >=3.3.3
7474
- seaborn >=0.11.1
7575
- ipywidgets >=7.5

evalml/tests/dependency_update_check/minimum_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ graphviz==0.13
1111
holidays==0.13
1212
imbalanced-learn==0.11.0
1313
ipywidgets==7.5
14-
kaleido>=0.2.0
14+
kaleido==0.1.0
1515
lightgbm==4.0.0
1616
lime==0.2.0.1
1717
matplotlib==3.3.3

evalml/tests/dependency_update_check/minimum_test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ graphviz==0.13
1414
holidays==0.13
1515
imbalanced-learn==0.11.0
1616
ipywidgets==7.5
17-
kaleido>=0.2.0
17+
kaleido==0.1.0
1818
lightgbm==4.0.0
1919
lime==0.2.0.1
2020
matplotlib==3.3.3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"nlp-primitives >= 2.9.0",
4949
"networkx >= 2.6, <3.2",
5050
"plotly >= 5.0.0",
51-
"kaleido >= 0.2.0",
51+
"kaleido >= 0.1.0",
5252
"ipywidgets >= 7.5",
5353
"xgboost >= 1.7.0.post0",
5454
"catboost >= 1.1.1",

0 commit comments

Comments
 (0)