Commit c41373f
Relax spacy version constraint to fix installation failures
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>1 parent 9cddd15 commit c41373f
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments