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

Python 3.13: KeyError: 'area_bbox' #104

Open
PierreRaybaut opened this issue Nov 13, 2024 · 0 comments
Open

Python 3.13: KeyError: 'area_bbox' #104

PierreRaybaut opened this issue Nov 13, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@PierreRaybaut
Copy link
Contributor

When running the test suite with Python 3.13, the Hough circle unit test is failing (see here):
KeyError: 'area_bbox' in cdl/tests/features/images/hough_circle_unit_test.py

This is apparently due to the fact that scikit-image does not support Python 3.13.
The next version (0.25) will add support for Python 3.13.

So... ⌛let's wait for scikit-image 0.25 before adding Python 3.13 support to DataLab!

@PierreRaybaut PierreRaybaut added the bug Something isn't working label Nov 13, 2024
@PierreRaybaut PierreRaybaut modified the milestones: V0.18, V0.19 Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant