Skip to content

Commit

Permalink
Fix: pin keras to 3.3.3 due to a bug in keras==3.4.0 (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
RollerKnobster authored Jun 26, 2024
1 parent b327587 commit 43e54f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ joblib==1.3.2
# via scikit-learn
jsonpickle==3.0.2
# via azureml-core
keras==3.4.0
keras==3.3.3
# via
# -r requirements.in
# scikeras
# tensorflow
kiwisolver==1.4.5
Expand Down Expand Up @@ -278,7 +279,6 @@ packaging==21.3
# -r requirements.in
# azureml-core
# docker
# keras
# knack
# marshmallow
# matplotlib
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jinja2~=3.1
python-dateutil~=2.8
tensorflow~=2.16.0
scikeras~=0.13.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
Flask>=2.2.5,<3.0.0
simplejson~=3.17
catboost~=1.2.2
Expand Down

0 comments on commit 43e54f8

Please sign in to comment.