Skip to content

Commit

Permalink
pin mlflow version
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Puzakov <puzakov@tochka.com>
  • Loading branch information
Vladimir Puzakov committed Dec 16, 2022
1 parent 0651d1c commit 4d8c9b1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: tutorial
channels:
- defaults
dependencies:
- numpy>=1.14.3
- pandas>=1.0.0
- scikit-learn>0.19.1
- python=3.9.13
- pip
- pip:
- mlflow
- mlflow==1.30.0
- numpy>=1.14.3
- pandas>=1.0.0
- scikit-learn>0.19.1

0 comments on commit 4d8c9b1

Please sign in to comment.