From e6ac1a85204f041a7b31c1384155a85b0b15c8b2 Mon Sep 17 00:00:00 2001 From: Paul Wright Date: Mon, 19 Apr 2021 15:54:03 +0100 Subject: [PATCH] added environment.yml --- environment.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..436fa87 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: deepem +channels: + - defaults + - pytorch + - conda-forge +dependencies: + - python=3.8.* + - pytorch=1.8.* + - cudatoolkit=11.1 + - numpy + - pandas + - matplotlib + - jupyter