From fadd4399e77fcdc50116bc5326d9c223b2ee0671 Mon Sep 17 00:00:00 2001 From: Antonello Lobianco Date: Sat, 9 May 2020 19:42:46 +0200 Subject: [PATCH] Create environment.yml --- environment.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..709d711 --- /dev/null +++ b/environment.yml @@ -0,0 +1,15 @@ +name: myenvironment +channels: + - conda-forge +dependencies: + - python + - numpy + - pip + - pip: + - torch + - matplotlib + - sklearn + - pandas + - tqdm + - torchvision +