From 6f81bbd4f375046fc3c4b114e2f8dbccf62fd925 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:58:27 -0600 Subject: [PATCH] sahi v0.11.20 (#61) * updated v0.11.20 * MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.45.0, and conda-forge-pinning 2024.12.16.21.51.05 * Remove numpy<2 pin Xref https://github.com/conda-forge/sahi-feedstock/pull/58#discussion_r1674766023 * Bump py-opencv upper pin to <=4.10.0.84 Xref https://github.com/obss/sahi/pull/1106 --------- Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- .ci_support/linux_64_.yaml | 6 ------ recipe/meta.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 493b486..9964e05 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -6,11 +6,5 @@ channel_targets: - conda-forge main docker_image: - quay.io/condaforge/linux-anvil-x86_64:alma9 -pin_run_as_build: - python: - min_pin: x.x - max_pin: x.x -python: -- 3.12.* *_cpython python_min: - '3.9' diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 41793fe..41c55b3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "sahi" %} -{% set version = "0.11.19" %} +{% set version = "0.11.20" %} {% set python_min = "3.8" %} package: @@ -8,10 +8,10 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz - sha256: c80447778eaad711f5365c3d0313428b2ba133359f122a82f7bfd8836e594428 + sha256: 685fb52eb8352193a3402a5604ecc1fce5570108550643272b39a9f3f2b24435 build: - number: 1 + number: 0 noarch: python entry_points: - sahi=sahi.cli:app @@ -27,7 +27,7 @@ requirements: - fire - pillow >=8.2.0 - pybboxes ==0.1.6 - - py-opencv <=4.9.0.80 + - py-opencv <=4.10.0.84 - python >={{ python_min }} - pytorch - pyyaml