15 lines
225 B
YAML
15 lines
225 B
YAML
name: hello_env
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- mlflow
|
|
- scikit-learn
|
|
- keras
|
|
- python=3.9
|
|
- tensorflow
|
|
- matplotlib
|
|
- sacred
|
|
- pymongo
|
|
prefix: C:\Users\Kamila\miniconda3\envs\hello_env
|