Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sahi v0.11.18 #58

Merged
merged 7 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- python >=3.6
- python >=3.7

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The python_requires is still >3.6 at https://github.com/obss/sahi/blob/0.11.18/setup.py#L36. Any reason to change it here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weiji14 You are right, my mistake, we should revert this back. Thank you for noting 🙏🏻

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, reverted in 0a30942.

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