Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing requirements.txt to usable versions #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chanind
Copy link

@chanind chanind commented May 13, 2021

The requirements.txt has no versions set for the packages that sensegram depends on. Many of these packages have been updated and are no longer useable with sensegram since they have newer APIs. This PR fixes the versions in requirements.txt to old versions of these dependencies that I think should work. It also updates from sklearn.externals import joblib to just joblib since joblib is no longer part of sklearn.externals. See https://stackoverflow.com/questions/61893719/importerror-cannot-import-name-joblib-from-sklearn-externals for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant