From 25c04af9d7c835e7785c8104b1deaf52ac7ee89f Mon Sep 17 00:00:00 2001 From: Thomas Vliagkoftis <thomas.vliagkoftis@gmail.com> Date: Fri, 13 May 2022 00:38:05 +0200 Subject: [PATCH] add environment.yml file for conda setup --- environment.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/environment.yml b/environment.yml index e69de29..0274391 100644 --- a/environment.yml +++ b/environment.yml @@ -0,0 +1,6 @@ +name: uds-scripts +dependencies: + - numpy + - pandas + - pyarrow + - pymongo \ No newline at end of file -- GitLab