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.
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
.