adding an anaconda file

This commit is contained in:
Kamila 2022-05-22 10:52:23 +02:00
parent 2516052abb
commit c7b6200361
1 changed files with 14 additions and 0 deletions

14
environment.yml Normal file
View 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