Skip to content

Commit

Permalink
sahi v0.11.20 (#61)
Browse files Browse the repository at this point in the history
* 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 #58 (comment)

* Bump py-opencv upper pin to <=4.10.0.84

Xref obss/sahi#1106

---------

Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
regro-cf-autotick-bot and weiji14 authored Dec 18, 2024
1 parent 0c91939 commit 6f81bbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sahi" %}
{% set version = "0.11.19" %}
{% set version = "0.11.20" %}
{% set python_min = "3.8" %}

package:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6f81bbd

Please sign in to comment.