From c7b620036177ac50cf018193d539687d34ee2297 Mon Sep 17 00:00:00 2001 From: Kamila Date: Sun, 22 May 2022 10:52:23 +0200 Subject: [PATCH] adding an anaconda file --- environment.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..a6c2d76 --- /dev/null +++ b/environment.yml @@ -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