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

Support for Python version>3.12 #427

Open
priyankasrs opened this issue Oct 9, 2024 · 3 comments
Open

Support for Python version>3.12 #427

priyankasrs opened this issue Oct 9, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@priyankasrs
Copy link

Motivation: describe the problem to be solved
Model developments always take place with the latest python versions. The current release for nannyml only works with Python <3.12. Its frustrating to have separate development environments for the model and drift detection methods.

Describe the solution you'd like
It will be helpful if nannyml is periodically updated to support current stable release of Python.

Describe alternatives you've considered
I've considered downgrading the python version. But it doesn't work with some of the other libraries that I'm using with my model as they require the latest stable version of Python.

@priyankasrs priyankasrs added the enhancement New feature or request label Oct 9, 2024
@j-adamczyk
Copy link

+1, we have similar situation. This was also already requested in #424

@nnansters
Copy link
Contributor

Hey there,

totally valid question, we should add support indeed. We don't have a lot of time to spare right now, but in the best case it should just all work. Worst case we end up juggling dependency versions, as stated in #428 .

I should be able to give this a go later this week, will keep you posted!

@nnansters
Copy link
Contributor

Hey, I've got a PR up that will support 3.12. Should be merged and released before end of year!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants