From 4819ec739401dd89f6b690a3fe3cf5f8d2c802ef Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:59:05 -0500 Subject: [PATCH] deepecho v0.4.2 (#7) * updated v0.4.2 * MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.25.19.20.13 * updating python versions --------- Co-authored-by: Andrew Montanez --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- recipe/meta.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 9 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: | diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 933e39f..01f0c9a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "deepecho" %} -{% set version = "0.4.1" %} +{% set version = "0.4.2" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/deepecho-{{ version }}.tar.gz - sha256: b4bae4901e5d7ca8ea6b5893f6c534c0375953c10aaebb3e3def168948bc4bba + sha256: a3d298c41b8c613aea8206929364961611cf0fd8f65d1b4896789848b42316fe build: number: 0 @@ -19,11 +19,11 @@ requirements: host: - pip - pytest-runner >=2.11.1 - - python >=3.7,<3.11 + - python >=3.8,<3.12 run: - numpy >=1.20.0,<2 - pandas >=1.1.3 - - python >=3.7,<3.11 + - python >=3.8,<3.12 - pytorch >=1.8.0 - tqdm >=4.15,<5