From 486b16c3b3470a312e7ad968af6e2b718cbbec1d Mon Sep 17 00:00:00 2001 From: singhjy1 <singhjy1@msu.edu> Date: Fri, 18 Feb 2022 17:11:54 -0500 Subject: [PATCH] updated .yml and makefile --- environment.yml | 7 +++++-- makefile | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 makefile diff --git a/environment.yml b/environment.yml index af1eb6a..da89c4f 100644 --- a/environment.yml +++ b/environment.yml @@ -1,8 +1,11 @@ name: envs channels: + - conda-forge - defaults dependencies: + - python - jupyter - pip - - cv2 - - os + - pip: + - numpy + - opencv-python diff --git a/makefile b/makefile new file mode 100644 index 0000000..27045d5 --- /dev/null +++ b/makefile @@ -0,0 +1,2 @@ +init: + conda env create -f environment.yml -- GitLab