Setup.py specifies exact version of numpy.
is there a strong reason why? It causes problems with the conflict resolution and cannot be installed on python 3.10+ because that is not compatible with the numpy-1.19.5 at all.
Can we have instead this boundary?
Setup.pyspecifies exact version of numpy.is there a strong reason why? It causes problems with the conflict resolution and cannot be installed on python 3.10+ because that is not compatible with the numpy-1.19.5 at all.
Can we have instead this boundary?