7ea73e75f3
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
9 lines
116 B
YAML
9 lines
116 B
YAML
name: myenv
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.9
|
|
- tensorflow
|
|
- pandas
|
|
- mlflow |