Skip to content

Commit

Permalink
Fix AttributeError: 'super' object has no attribute '__sklearn_tags__'
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets committed Dec 11, 2024
1 parent acc840c commit e4b92ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,9 @@ rsa==4.9
# via google-auth
scikeras==0.13.0
# via -r requirements.in
scikit-learn==1.6.0
scikit-learn==1.5.2
# via
# -r requirements.in
# gordo-core
# mlflow
# scikeras
Expand Down
4 changes: 4 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ jinja2~=3.1
python-dateutil~=2.8
tensorflow~=2.16.0
scikeras~=0.13.0
# Due incopatibility with scikeras KerasAutoEncoder
# Exception: AttributeError: 'super' object has no attribute '__sklearn_tags__'
# https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html#improvements-to-the-developer-api-for-third-party-libraries
scikit-learn<1.6.0
gunicorn~=22.0
# There's a bug in keras 3.4.0 with loading models (https://github.com/keras-team/keras/issues/19921)
keras<3.4.0
Expand Down

0 comments on commit e4b92ac

Please sign in to comment.