Skip to content

Commit

Permalink
sahi v0.11.18 (#58)
Browse files Browse the repository at this point in the history
* updated v0.11.18

* MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.07.10.08.41.05

* update dep: python >=3.7

* update dep: py-opencv <=4.9.0.80

* Revert minimum host python version to 3.6

* Remove upper pin for numpy<2.0

Constraint should be set on py-opencv already in conda-forge/conda-forge-repodata-patches-feedstock#728, see comment at #58 (comment) for context.

* Remove explicit numpy dependency

Also sorting dependency list alphabetically

---------

Co-authored-by: fatih c. akyon <34196005+fcakyon@users.noreply.github.com>
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 24, 2024
1 parent 37da4e2 commit 173144a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.16" %}
{% set version = "0.11.18" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz
sha256: 6159486626353e8a97eac223a6611990b565255ffd6de60fcc9c80977938c9f0
sha256: c592085493a6f68dc2d6bd449b283455aeb6130efa0c6aae242a68e6cdc381ad

build:
number: 0
Expand All @@ -22,11 +22,11 @@ requirements:
- pip
- python >=3.6
run:
- py-opencv <=4.9
- click
- fire
- pillow >=8.2.0
- pybboxes ==0.1.6
- py-opencv <=4.9.0.80
- python >=3.6
- pytorch
- pyyaml
Expand Down

0 comments on commit 173144a

Please sign in to comment.