Open Tatsukyo opened 6 years ago
Hello @Stewori
I'm currently using JyNI to import Numpy in a Java APP. but now i need to import SciPy or Scikit-Learn
I would like to know if there is a way to import them, or if JyNI need an update to import them
if it need an update could u explain me how to do it? or are u planning to do it?
SciPy requires buffer protocol support. This is not a trivial enhancement, see #26 . I hope to add this support at some time but cannot tell when. Feel free to advance on this front.
Hello @Stewori
I'm currently using JyNI to import Numpy in a Java APP. but now i need to import SciPy or Scikit-Learn
I would like to know if there is a way to import them, or if JyNI need an update to import them
if it need an update could u explain me how to do it? or are u planning to do it?