Closed JCharline closed 2 years ago
does edsnlp really need numpy 1.21 or numpy < 1.20 is enough ?
does edsnlp really need numpy 1.21 or numpy < 1.20 is enough ?
@percevalw
This was a hacky fix because of some numpy C header issues, but it didn't work well in practice.
I'm closing this issue as it has been solved by https://github.com/aphp/edsnlp/pull/109, thanks again for opening the issue !
Description
edsnlp requires a version of numpy >= 1.21 whereas scikit-eds requires numpy < 1.20 (probably due to pyspark issues).
How to reproduce the bug
requirements.txt
from edsnlp hererequirements.txt
from scikit:Your Environment