Skip to content

Commit

Permalink
Add gunicorn as base requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
RollerKnobster committed Jul 8, 2024
1 parent e94c9f6 commit 1fd82d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ grpcio==1.64.1
# tensorboard
# tensorflow
gunicorn==22.0.0
# via mlflow
# via
# -r requirements.in
# mlflow
h5py==3.11.0
# via
# keras
Expand Down
1 change: 1 addition & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jinja2~=3.1
python-dateutil~=2.8
tensorflow~=2.16.0
scikeras~=0.13.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
Flask>=2.2.5,<3.0.0
Expand Down

0 comments on commit 1fd82d5

Please sign in to comment.