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

Bump scikit-learn #498

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Commits on Jul 18, 2023

  1. Bump scikit-learn

    scikit-learn build for version 0.24 started failing
    due to new version of Cython so we bump the version to 1.0.
    Per docs, this version does not bring any breaking changes.
    https://scikit-learn.org/1.0/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    
    We also only use the sklearn.PCA in SMILES widget,
    I've verified that it still works and checked the release notes
    that there are not API changes to this method.
    https://scikit-learn.org/1.0/whats_new/v1.0.html#changes-1-0
    danielhollas committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    741e15c View commit details
    Browse the repository at this point in the history