Open
Description
Working with Scikit-learn version 1.1.1 and auto-sklearn 0.15.0 using Pycharm is working fine.
When building a docker container an error message occurres: auto-sklearn 0.15.0 depends on scikit-learn<0.25.0 and >=0.24.0
Is it possible to update the auto-sklearn to require the latest version of Scikit-learn?