Bug 2334911

Summary: python-scikit-image must be rebuilt for NumPy 2
Product: [Fedora] Fedora Reporter: Elliott Sales de Andrade <quantum.analyst>
Component: python-scikit-imageAssignee: Sergio Pascual <sergio.pasra>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: code, orion, sergio.pasra
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: python-scikit-image-0.24.0-4.fc42 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-01-21 00:13:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2332159    

Description Elliott Sales de Andrade 2024-12-30 09:44:19 UTC
It currently fails to import:

>>> import skimage
Traceback (most recent call last):
  File "<python-input-0>", line 1, in <module>
    import skimage
  File "/usr/lib64/python3.13/site-packages/skimage/__init__.py", line 124, in <module>
    from ._shared import geometry
  File "geometry.pyx", line 1, in init skimage._shared.geometry
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject


This will however have to wait until after pywt, which is used in tests and also doesn't import.

Reproducible: Always

Comment 2 Fedora Update System 2025-01-21 00:10:40 UTC
FEDORA-2025-c38775793a (python-scikit-image-0.24.0-4.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-c38775793a

Comment 3 Fedora Update System 2025-01-21 00:13:58 UTC
FEDORA-2025-c38775793a (python-scikit-image-0.24.0-4.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.