From 6f82712788a71515c101ef517ae2577d9f8d0020 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Sat, 21 May 2022 13:38:49 +0200 Subject: [PATCH] Added conda environment file --- environment.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..afd9f04 --- /dev/null +++ b/environment.yml @@ -0,0 +1,11 @@ +name: ium444409 +channels: + - conda-forge + - defaults +dependencies: + - kaggle + - pandas + - pytorch + - matplotlib + - mlflow +prefix: C:\Users\komar\.conda\envs\ium444409