From f41facd3e8f7909663ce6e82fecacc9f440a305b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:16:16 -0500 Subject: [PATCH] evalml-core v0.79.0 (#147) * updated v0.79.0 * MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.14.18.00.23 * Update meta.yaml --------- Co-authored-by: Christopher Bunn --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- recipe/meta.yaml | 22 ++++++++++------------ 2 files changed, 10 insertions(+), 17 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 738202d..0d484e4 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f481364..be75029 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.78.0" %} +{% set version = "0.79.0" %} package: name: evalml-core @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/e/evalml/evalml-{{ version }}.tar.gz - sha256: 863ab72c18bcbc15e6d78c6012bee0b846b3dd721b9dcbeb61e363b5e1955061 + sha256: 222dc6885983ddfe6de7c66da6880cae5e2e0e053240ec4622a6b725f89ae159 build: number: 0 @@ -22,17 +22,17 @@ outputs: - python >=3.8,<3.10 - pip run: - - numpy >=1.21.0, <=1.23.5 + - numpy >=1.21.0 - pandas >=1.5.0 - dask >=2022.2.0, !=2022.10.1 - scipy >=1.5.0 - - scikit-learn >=1.2.2 + - scikit-learn >=1.3.0 - scikit-optimize >=0.9.0 - statsmodels >=0.12.2 - colorama >=0.4.4 - cloudpickle >=1.5.0 - click>=8.0.0 - - shap >=0.40.0 + - shap >=0.42.0 - texttable >=1.6.2 - woodwork >=0.22.0 - featuretools>=1.16.0 @@ -50,7 +50,7 @@ outputs: imports: - evalml requires: - - pytest ==6.0.1 + - pytest ==7.1.2 - nbval ==0.9.3 source_files: - evalml/* @@ -71,21 +71,21 @@ outputs: - ipywidgets >=7.5, <8.0.5 - xgboost >=1.7.0 - catboost >=1.1.1 - - lightgbm >=2.3.1 + - lightgbm >=4.0.0 - lime >=0.2.0.1 - python >=3.8.* - imbalanced-learn >=0.9.1 - - sktime ==0.17.0 + - sktime >=0.21.0 - pmdarima >=1.8.5 - vowpalwabbit >=8.11.0 test: imports: - evalml requires: - - pytest ==6.0.1 + - pytest ==7.1.2 - nbval ==0.9.3 - python-graphviz >=0.8.4 - - category_encoders >=2.0.0 + - category_encoders >=2.2.2, <=2.5.1.post0 - pytest-xdist source_files: - evalml/* @@ -105,8 +105,6 @@ about: extra: recipe-maintainers: - machineAYX - - dsherry - - freddyaboulton - ParthivNaresh - bchen1116 - chukarsten