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

Drop Python 3.8 and update other deps #201

Merged
merged 5 commits into from
Mar 27, 2024
Merged

Drop Python 3.8 and update other deps #201

merged 5 commits into from
Mar 27, 2024

Conversation

ml-evs
Copy link
Collaborator

@ml-evs ml-evs commented Mar 26, 2024

Closes #200 and bumps various other deps (numpy etc.) that are blocking #199.

@ppdebreuck
Copy link
Owner

ppdebreuck commented Mar 27, 2024

removed 3.8 as a required test on GitHub

Comment on lines +927 to +929
if max_support - support[i] > 0:
sampled_x, sampled_y, sampled_struct = resample(
self.df_featurized.iloc[idxs],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just to highlight that this is the one code change I had to make to support new versions, the rest are linter updates

@ml-evs ml-evs merged commit 60f2bf2 into master Mar 27, 2024
4 checks passed
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.

Dropping Python 3.8 support
2 participants