I saw that numpy can be used from IronPython :
https://www.enthought.com/repo/.iron/
Is it possible to install and import scikit in IronPython? Im trying to interface between a module written in python 2.7 with scikit and an external COM object with IronPython...
Thanks