From 53d15eec5086f180b9f1ab985d2a43269702fade Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:57:41 +0000 Subject: [PATCH 1/2] updated v1.15.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 808befa..049506a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "skl2onnx" %} -{% set version = "1.14.1" %} +{% set version = "1.15.0" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/skl2onnx-{{ version }}.tar.gz - sha256: 54b10a7c62ce2aee4f947bd3a96d7edadef91d5da68de7b33e4ceed3fd07d5dc + sha256: 05b2c2643ad0357ec1ea684d138438a2df657df828e57d07cb78c2e76be20e37 build: number: 0 @@ -25,7 +25,7 @@ requirements: - onnx >=1.2.1 - onnxconverter-common >=1.7.0 - protobuf - - scikit-learn <1.3,>=0.19 + - scikit-learn >=0.19 - scipy >=1.0 - packaging From 75a0ff201d2a8a377eb5f51660b4fd8955802381 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:57:49 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.08.07.10.11.39 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 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: |