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 dependencies to support python >= 3.12 #177

Open
nklkhlr opened this issue Feb 7, 2025 · 2 comments
Open

Update dependencies to support python >= 3.12 #177

nklkhlr opened this issue Feb 7, 2025 · 2 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@nklkhlr
Copy link

nklkhlr commented Feb 7, 2025

With strict dependency checkers (e.g., uv), python >= 3.12 is currently not supported due to scipy 1.10 depending on python <3.12.
It would be great if the dependency versions could be updated to support newer python versions.

From a check against the 1.11 release notes, it looks like more recent scipy versions would not break bento's functionality.

@ckmah ckmah added the dependencies Pull requests that update a dependency file label Feb 7, 2025
@ckmah ckmah self-assigned this Feb 7, 2025
@ckmah
Copy link
Collaborator

ckmah commented Feb 7, 2025

I will do some regression testing and get back to you, but you're right this shouldn't be holding back python>=3.12 compatibility. Thanks!

@nklkhlr
Copy link
Author

nklkhlr commented Feb 7, 2025

Thanks, appreciate the great support!

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

No branches or pull requests

2 participants