allenai / scispacy

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

Support Python 3.12 via newer scipy and nmslib-metabrainz #523

Closed jason-nance closed 2 months ago

jason-nance commented 2 months ago

Addresses #519.

I don't have any strong opinions on the small decisions made here (e.g. should we install latest scipy by default when Python<3.11?), just trying to get something that will install on Python 3.12. Happy to revise as desired.

jason-nance commented 2 months ago

Thanks so much!