ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

dependencies bump to allow scikit-learn 0.22 #237

Closed danieltomasz closed 3 years ago

danieltomasz commented 4 years ago

In the last version of dependencies is stated scikit-learn<0.22, is there any reason to hold it on 0.21?

paxtonfitzpatrick commented 3 years ago

hi @danieltomasz, so sorry for the delay! We disallowed scikit-learn==0.22 because of a bug in the CountVectorizer class. The bug's been fixed in 0.23, so I've bumped the dependency spec to allow scikit-learn>=0.19.1,!=0.22 in the new release. You can pip install --upgrade hypertools to get it.