CogStack / MedCAT

Medical Concept Annotation Tool
Other
454 stars 105 forks source link

CU-869637yfx: Pin spacy dependency to lower than 3.8 #494

Closed mart-r closed 1 month ago

mart-r commented 1 month ago

The latest version of spacy depends on numpy>=2. But we cannot support that due to other versions requiring numpy<2.

This incompatibility made the GHA workflow fail

So pinned spacy to less than 3.8 to fix this.

tomolopolis commented 1 month ago

Task linked: CU-869637yfx pin spacy to less than 3.8 due to numpy incomatibility