allenai / scispacy

A full spaCy pipeline and models for scientific/biomedical documents.
https://allenai.github.io/scispacy/
Apache License 2.0
1.66k stars 223 forks source link

Add support for spaCy 3.5.x #486

Closed de-code closed 10 months ago

de-code commented 1 year ago

Currently the constraints of scispacy require spaCy < 3.5.0. Version 3.5.0 was release 20 Jan 2023. It would be nice to support that version.

dakinggg commented 1 year ago

Thanks! I will try to get to this soon.

fehbari commented 11 months ago

Any updates on this? spaCy is currently on 3.6.1, but scispaCy still has a hard requirement on < 3.5.0.

Because en-core-sci-sm (0.5.1) @ https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz depends on spacy (>=3.4.1,<3.5.0)
 and my-project depends on spacy (^3.6.1), en-core-sci-sm is forbidden.
So, because my-project depends on en_core_sci_sm (0.5.1) @ https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.1/en_core_sci_sm-0.5.1.tar.gz, version solving failed.
dakinggg commented 11 months ago

Hi, I just started looking at this. Will hopefully get new models up soon!

dakinggg commented 10 months ago

Hello, the 0.5.3 release is compatible with the latest spacy version.

fehbari commented 9 months ago

Great news. Appreciate it!