-
Notifications
You must be signed in to change notification settings - Fork 747
[MNT] deduplicating utilities with scikit-base
#1929
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
base: main
Are you sure you want to change the base?
Conversation
phoeenniixx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are still some places left where _get_installed_packages are left in the tests folder. Like in test_nbeats_kan and test_metrics
|
yes, you are right - I forgot to commit some files |
|
@phoeenniixx, could you kindly run (I think my virus scanner just put my precommit env into quarantine) |
|
the rest should be fixed though |
Actually yes. I changed the target python version from 3.9 - 3.10. As mentioned in this comment #1856 (comment). I also looked at |
|
Is this a windows issue? |
|
|
|
no problem - could you kindly run precommit on these failing files though? The reason being, even if you raise a precommit with all, it will now create merge conflicts, and it might be easier to get this PR in first (and/or release) |
|
Done. I also updated the |
Deduplicates utilities that were copy-pasted to avoid a
scikit-basedependency early on.Since the v1 testing framework will require
scikit-base, it makes sense to now attempt a deduplication.Adds
scikit-baseas a core dependency.