KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
10 stars 1 forks source link

Add explicit dependency to SciPy #268

Open folmos-at-orange opened 1 month ago

folmos-at-orange commented 1 month ago

Description

Since we import SciPy to manage the spares table in sklearn, we now depend explictly of SciPy. We should put this dependency in setup.py and meta.yaml.

Questions/Ideas