Open priyankasrs opened 1 month ago
+1, we have similar situation. This was also already requested in #424
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!
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.