mlflow / mlflow-example

An example MLflow project
Apache License 2.0
237 stars 333 forks source link

Add pip to conda dependencies #8

Closed jwgwalton closed 4 years ago

jwgwalton commented 4 years ago

If pip isn't explicitly mentioned in conda.yaml it will default to the system pip. This broke the example for me as i had an out of date version of pip which didn't work with the latest conda.

jwgwalton commented 4 years ago

@mateiz Could you review this please.

aarondav commented 4 years ago

Thanks for the PR! Merged!