NannyML / nannyml

nannyml: post-deployment data science in python
https://www.nannyml.com/
Apache License 2.0
1.97k stars 139 forks source link

Support for Python version>3.12 #427

Open priyankasrs opened 1 month ago

priyankasrs commented 1 month ago

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.

j-adamczyk commented 4 days ago

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

nnansters commented 4 days ago

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!