Skip to content

Fix spacy version constraint#297

Merged
codelion merged 2 commits intomainfrom
fix-spacy-version-constraint
Mar 19, 2026
Merged

Fix spacy version constraint#297
codelion merged 2 commits intomainfrom
fix-spacy-version-constraint

Conversation

@codelion
Copy link
Member

No description provided.

codelion and others added 2 commits March 19, 2026 07:56
The spacy<3.8.0 upper bound forced pip to install spacy 3.7.x, which
depends on thinc<8.3.0 and numpy<2.0.0. This caused build failures
(thinc/blis compilation from source) and numpy 2.x incompatibility.

Newer spacy (3.8+) ships proper wheels for all platforms including
ARM64, resolving the original blis build issue the constraint was
added for.

Fixes #296

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codelion codelion merged commit 63478f4 into main Mar 19, 2026
5 checks passed
@codelion codelion deleted the fix-spacy-version-constraint branch March 19, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant