Skip to content

Commit

Permalink
fix: pin scikit-learn in mlflow UAT (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
NohaIhab authored Oct 2, 2023
1 parent f2cc4dc commit 6a75524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/notebooks/mlflow/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ boto3
minio<7.0
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
# pin to ensure compatibility with the installed mlflow client
scikit-learn<1.2
tenacity
3 changes: 2 additions & 1 deletion tests/notebooks/mlflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ requests==2.31.0
# mlflow
s3transfer==0.6.2
# via boto3
scikit-learn==1.3.0
scikit-learn==1.1.3
# via
# -r requirements.in
# mlflow
# shap
scipy==1.10.1
Expand Down

0 comments on commit 6a75524

Please sign in to comment.