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

Update scikit-learn dependency #115

Merged
merged 9 commits into from
Jul 19, 2023
Merged

Update scikit-learn dependency #115

merged 9 commits into from
Jul 19, 2023

Conversation

kiudee
Copy link
Owner

@kiudee kiudee commented Jul 19, 2023

We will now always use the version by numpy

Description

This pull request updates the supported scikit-learn version range to >=1. In addition, we no longer support python 3.7 and also introduce an upper bound (3.10 is failing the tests).
Minor changes to the code were necessary to fix compatibility.

Motivation and Context

See #114

How Has This Been Tested?

Running all tests locally for all supported python versions.

Does this close/impact existing issues?

Closes #114

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.

@kiudee kiudee added the dependencies Pull requests that update a dependency file label Jul 19, 2023
@kiudee kiudee merged commit 8f9b9c3 into master Jul 19, 2023
14 of 15 checks passed
@kiudee kiudee deleted the 114-update-sklearn branch July 19, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update scikit-learn dependency
1 participant