-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Set python_min to 3.8 and remove runtime dep on opencv #60
Conversation
…nda-forge-pinning 2024.11.23.20.32.37
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Constrained by shapely>1.8.0 which uses Python 3.7+
Getting this error on import: 'sahi'
Traceback (most recent call last):
File "/home/conda/feedstock_root/build_artifacts/sahi_1732418500825/test_tmp/run_test.py", line 2, in <module>
import sahi
File "/home/conda/feedstock_root/build_artifacts/sahi_1732418500825/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/sahi/__init__.py", line 3, in <module>
from sahi.annotation import BoundingBox, Category, Mask
File "/home/conda/feedstock_root/build_artifacts/sahi_1732418500825/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/sahi/annotation.py", line 9, in <module>
from sahi.utils.coco import CocoAnnotation, CocoPrediction
File "/home/conda/feedstock_root/build_artifacts/sahi_1732418500825/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/sahi/utils/coco.py", line 17, in <module>
from shapely import GeometryCollection, MultiPolygon, Polygon
ImportError: cannot import name 'GeometryCollection' from 'shapely' (/home/conda/feedstock_root/build_artifacts/sahi_1732418500825/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.7/site-packages/shapely/__init__.py) Looks like this was mentioned at obss/sahi#1061 (comment) that |
Constrained by shapely>2.0.0 which uses Python 3.8+
Note: Also pinning |
Patches #59 with the following changes:
python_min
and change topypi.org
url to satisfy linter - sahi v0.11.19 #59 (comment)Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)