Skip to content

[MRG] MAINT Uses latest version of python #14722

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

Merged

Conversation

thomasjpfan
Copy link
Member

@thomasjpfan thomasjpfan commented Aug 22, 2019

Closes #14630

Removes pin to python 3.7.3 since ContinuumIO/anaconda-issues#11195 is fixed.

Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @thomasjpfan ! LGTM, apart for the following comment

@@ -38,7 +38,8 @@ def test_plot_roc_curve_error_non_binary(data):
("auto", "response methods not defined"),
("bad_method", "response_method must be 'predict_proba', "
"'decision_function' or 'auto'")])
def test_plot_roc_curve_error_no_response(data_binary, response_method, msg):
def test_plot_roc_curve_error_no_response(pyplot, data_binary, response_method,
msg):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More accidental commits? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been forgetting to branch from upstream/master recently. 😅

@qinhanmin2014 qinhanmin2014 merged commit 7ecd521 into scikit-learn:master Aug 23, 2019
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.

Remove version pinning of Python in CI
3 participants