Skip to content

Commit

Permalink
Merge branch 'main' into remove3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 6, 2024
2 parents 71c8f21 + 3e6b950 commit e7e7130
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ outputs:
- lime >=0.2.0.1
- python >=3.8.*
- imbalanced-learn >=0.11.0
- sktime >=0.21.0
- sktime >=0.21.0, <0.29.0
- pmdarima >=1.8.5
- vowpalwabbit >=8.11.0
test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.4.1
black==24.4.2
catboost==1.2.5
category-encoders==2.5.1.post0
click==8.1.7
Expand All @@ -21,15 +21,15 @@ nlp-primitives==2.11.0
numpy==1.24.4
packaging==24.0
pandas==2.0.3
plotly==5.21.0
plotly==5.22.0
pmdarima==2.0.4
pyzmq==26.0.2
pyzmq==26.0.3
scikit-learn==1.3.2
scikit-optimize==0.10.1
scipy==1.10.1
seaborn==0.13.2
shap==0.44.1
sktime==0.28.0
sktime==0.28.1
statsmodels==0.14.1
texttable==1.7.0
tomli==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies = [
"category-encoders >= 2.2.2, <= 2.5.1.post0",
"imbalanced-learn >= 0.11.0",
"pmdarima >= 1.8.5",
"sktime >= 0.21.0",
"sktime >= 0.21.0, < 0.29.0",
"lime >= 0.2.0.1",
"vowpalwabbit >= 8.11.0",
"tomli >= 2.0.1",
Expand Down

0 comments on commit e7e7130

Please sign in to comment.