-
Notifications
You must be signed in to change notification settings - Fork 48
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
Deprecation of sklearn.externals.joblib #26
Comments
@al3xdelarge This is fixed by 5f78264 |
Any way to get this merged/closed and pushed to PyPi? Thanks in advance. Looks like the environment variable for python 3.6 test is incorrect (py34). https://travis-ci.org/github/TeamHG-Memex/Formasaurus/jobs/693885894 |
Anyone can please address the above? It'd be good to get v0.9.0 to PyPi and be able to integrate with current sklearn versions. Thanks in advance! |
For those who can't wait for the update in PyPi, remember you can refer a pip requirements.txt dependency as a zip file.
I tested, 0.9.0 works. |
scikit-learn 0.23 was released three days ago: https://github.com/scikit-learn/scikit-learn/releases
New installations of formasaurus are not possible any more using the default pip installation.
Either, the code is adapted (import directly from joblib), or requirements.txt is updated to:
Current workaround is:
The text was updated successfully, but these errors were encountered: