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
spaCy 3.7.6 was built against numpy 2.0, but still lists thinc>=8.2.2,<8.3.0 as a dependency. thinc does support numpy 2.0 until version 8.3.0, so spaCy is unable to use it.
Your Environment
spaCy version: 3.7.6
Platform: Windows-11-10.0.22621-SP0
Python version: 3.12.0
Pipelines: en_core_web_sm (3.7.1)
dotlambda, CptCaptain, filbranden, wrmsr and vascosmota