From 4be90fd1bdcb7ee44a2c6c379f5030d5dea93b2f Mon Sep 17 00:00:00 2001 From: tothhann <tothhann@msu.edu> Date: Fri, 18 Feb 2022 15:11:22 -0500 Subject: [PATCH] Updating environments.yml file to include our imports. --- environment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 4611d30..af1eb6a 100644 --- a/environment.yml +++ b/environment.yml @@ -4,3 +4,5 @@ channels: dependencies: - jupyter - pip + - cv2 + - os -- GitLab