Closed mart-r closed 1 month ago
The latest version of spacy depends on numpy>=2. But we cannot support that due to other versions requiring numpy<2.
spacy
numpy>=2
numpy<2
This incompatibility made the GHA workflow fail
So pinned spacy to less than 3.8 to fix this.
Task linked: CU-869637yfx pin spacy to less than 3.8 due to numpy incomatibility
numpy
The latest version of
spacy
depends onnumpy>=2
. But we cannot support that due to other versions requiringnumpy<2
.This incompatibility made the GHA workflow fail
So pinned
spacy
to less than 3.8 to fix this.