Skip to content

Commit

Permalink
Upgrade mlflow and catboost (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
koropets authored Dec 26, 2023
1 parent 2527feb commit 97d6d3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ cachetools==5.3.1
# via
# google-auth
# gordo-core
catboost==1.1.1
catboost==1.2.2
# via -r requirements.in
certifi==2023.7.22
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ matplotlib==3.7.2
# mlflow
ml-dtypes==0.2.0
# via jax
mlflow==2.8.1
mlflow==2.9.2
# via -r mlflow_requirements.in
msal==1.24.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/mlflow_requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mlflow~=2.3
mlflow~=2.9
azureml-core~=1.49
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python-dateutil~=2.8
tensorflow>=2.11,<2.13
Flask>=2.2.5,<3.0.0
simplejson~=3.17
catboost~=1.1.1
catboost~=1.2.2
prometheus_client~=0.7
# Due to azureml-core 1.49.0 depends on packaging<22.0
packaging>=21.0,<22.0
Expand Down

0 comments on commit 97d6d3b

Please sign in to comment.