From c1d43e0740c05e9014a9bb65e857e1abca55de15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sat, 21 May 2022 13:48:44 +0200 Subject: [PATCH] add conda env 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..b836081 --- /dev/null +++ b/environment.yml @@ -0,0 +1,11 @@ +name: ium478839 +channels: + - conda-forge + - defaults +dependencies: + - kaggle + - pandas + - pytorch + - matplotlib + - mlflow +prefix: C:\Users\Sebastian\.conda\envs\ium478839