adding an anaconda file
This commit is contained in:
parent
2516052abb
commit
c7b6200361
14
environment.yml
Normal file
14
environment.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user