You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
When running the test suite with Python 3.13, the Hough circle unit test is failing (see here):
KeyError: 'area_bbox'
incdl/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!
The text was updated successfully, but these errors were encountered: