Closed paxtonfitzpatrick closed 4 years ago
We pinned scikit-learn>=0.19.1,<0.22 a while back because v0.22 had something wrong with how the vocabulary for the CountVectorizer class was created. This has been fixed in v0.23, so I've widened the requirements to allow for it.
scikit-learn>=0.19.1,<0.22
I also added a travis test build for Python 3.8.
We pinned
scikit-learn>=0.19.1,<0.22
a while back because v0.22 had something wrong with how the vocabulary for the CountVectorizer class was created. This has been fixed in v0.23, so I've widened the requirements to allow for it.I also added a travis test build for Python 3.8.