shon-otmazgin / fastcoref

MIT License
142 stars 25 forks source link

docs: update README.md #43

Closed extradosages closed 7 months ago

extradosages commented 12 months ago

The dependency neuralcoref requires python <3.9 and installation of this library fails for python >=3.9. This is probably because of https://github.com/numpy/numpy/issues/17937.

This updates the docs to indicate that. Later work would perhaps want to add this stringency to setup.py.