Skip to content

Commit

Permalink
Update workstation_env.yml (#2870)
Browse files Browse the repository at this point in the history
Update workstation_env.yml to fix mlflow version issue
  • Loading branch information
lebaro-msft authored Nov 28, 2023
1 parent 8d08db1 commit c00d224
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tutorials/get-started-notebooks/workstation_env.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: workstation_env
# This file serves as an example - you can update packages or versions to fit your use case
dependencies:
- python=3.8
- pip=21.2.4
- scikit-learn=0.24.2
- scipy=1.7.1
- pandas>=1.1,<1.2
- pip:
- mlflow==2.4.1
- azureml-mlflow==1.51.0
- mlflow-skinny
- azureml-mlflow
- psutil>=5.8,<5.9
- ipykernel~=6.0
- matplotlib

0 comments on commit c00d224

Please sign in to comment.