Remove constraint on scikit-learn <1.6.0
due to category-encoders
incompatibility with Python 3.9
#618
Labels
bug
Something isn't working
I would like to request the removal of the constraint on
scikit-learn <1.6.0
in the project. Currently, this constraint exists due to the incompatibility betweencategory-encoders
andscikit-learn >=1.6.0
when using Python 3.9. However, the maintainers ofcategory-encoders
have stated that they do not plan to release a version compatible with Python 3.9 andscikit-learn >=1.6.0
.Given this situation, we are effectively blocked from upgrading
scikit-learn
while still supporting Python 3.9.When the support of python 3.9 will be over, we'll be able to remove the constraint on
scikit-learn <1.6.0
.The text was updated successfully, but these errors were encountered: