Skip to content

Commit

Permalink
pin vowpalwabbit, pyyaml, kaleido
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 7, 2024
1 parent 45a2681 commit 0dd515f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
- matplotlib-base >=3.3.3
- seaborn >=0.11.1
- ipywidgets >=7.5
Expand All @@ -81,7 +81,7 @@ outputs:
- imbalanced-learn >=0.11.0
- sktime >=0.21.0, <0.29.0
- pmdarima >=1.8.5
- vowpalwabbit >=8.11.0
- vowpalwabbit == 9.8.0
test:
imports:
- evalml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ graphviz==0.20.3
holidays==0.20
imbalanced-learn==0.12.2
ipywidgets==8.1.2
kaleido==0.1.0
kaleido==0.2.0
lightgbm==4.3.0
lime==0.2.0.1
matplotlib==3.8.4
Expand All @@ -33,6 +33,6 @@ sktime==0.28.1
statsmodels==0.14.2
texttable==1.7.0
tomli==2.0.1
vowpalwabbit==9.9.0
vowpalwabbit==9.8.0
woodwork==0.30.0
xgboost==2.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ graphviz==0.13
holidays==0.13
imbalanced-learn==0.11.0
ipywidgets==7.5
kaleido==0.1.0
kaleido==0.2.0
lightgbm==4.0.0
lime==0.2.0.1
matplotlib==3.3.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IPython==8.10.0
PyYAML==5.4
PyYAML==6.0.1
black[jupyter]==22.3.0
catboost==1.1.1
category-encoders==2.2.2
Expand All @@ -14,7 +14,7 @@ graphviz==0.13
holidays==0.13
imbalanced-learn==0.11.0
ipywidgets==7.5
kaleido==0.1.0
kaleido==0.2.0
lightgbm==4.0.0
lime==0.2.0.1
matplotlib==3.3.3
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
"nlp-primitives >= 2.9.0",
"networkx >= 2.6, <3.2",
"plotly >= 5.0.0",
"kaleido == 0.1.0",
"kaleido == 0.2.0",
"ipywidgets >= 7.5",
"xgboost >= 1.7.0.post0",
"catboost >= 1.1.1",
Expand All @@ -60,7 +60,7 @@ dependencies = [
"pmdarima >= 1.8.5",
"sktime >= 0.21.0, < 0.29.0",
"lime >= 0.2.0.1",
"vowpalwabbit >= 8.11.0",
"vowpalwabbit == 9.8.0",
"tomli >= 2.0.1",
"packaging >= 23.0",
"black[jupyter] >= 22.3.0",
Expand All @@ -83,7 +83,7 @@ test = [
"pytest-cov == 2.10.1",
"nbval == 0.9.3",
"IPython >= 8.10.0, <8.12.1",
"PyYAML == 5.4",
"PyYAML == 6.0.1",
"coverage[toml] >= 6.4",
]
dev = [
Expand Down

0 comments on commit 0dd515f

Please sign in to comment.