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

Fix deprecation errors/warnings #225

Merged
merged 2 commits into from
May 23, 2024
Merged

Fix deprecation errors/warnings #225

merged 2 commits into from
May 23, 2024

Conversation

cbespin
Copy link
Contributor

@cbespin cbespin commented May 21, 2024

Fixes pkg_resources deprecation that is also relevant for importing basil and numpy casting deprecation in tests. The former effectively raises the minimum python version to 3.8, which makes sense anyway, given the support from large packages such as numpy and scipy.

@cbespin cbespin self-assigned this May 21, 2024
@cbespin
Copy link
Contributor Author

cbespin commented May 21, 2024

I see there is still one warning for python3.11 and above, but the fix requires increasing the minimum python version to 3.9. Maybe we should leave it as it is for the moment and monitor the development

@YannickDieter YannickDieter merged commit d910da9 into master May 23, 2024
5 checks passed
@cbespin cbespin deleted the fix_deprecation branch May 23, 2024 11:39
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.

2 participants