KrishnaswamyLab / MAGIC

MAGIC (Markov Affinity-based Graph Imputation of Cells), is a method for imputing missing values restoring structure of large biological datasets.
GNU General Public License v2.0
341 stars 97 forks source link

Sklearn dependency incorrect #40

Closed deto closed 7 years ago

deto commented 7 years ago

Should be 'scikit-learn' in the setup.py file, not sklearn. Sklearn actually points to a random malformed package (https://pypi.python.org/pypi/sklearn/0.0) that seems to just depend on scikit-learn.

pkathail commented 7 years ago

Thanks, will fix this!