Commit c6c78e5
Pin numpy<2 in RTD pre_install to fix spacy model download
The pre_install step installed spacy==3.7.2 in isolation, before the
numpy<2.0.0 constraint in requirements.txt applied. pip then resolved
numpy 2.x, which is ABI-incompatible with spacy 3.7.2's numpy-1.x-built
wheels, causing `python -m spacy download en_core_web_sm` to crash on
import and failing the Read the Docs build.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 5eb99c0 commit c6c78e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments