From 19ffed40577dabce87e1bd7d931a58bb4c3c97d0 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Tue, 7 May 2024 14:56:14 -0700 Subject: [PATCH] Create environment.yml --- environment.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..67f435b --- /dev/null +++ b/environment.yml @@ -0,0 +1,8 @@ +name: spatialyze + +channel: + - conda-forge + +dependencies: + - python=3.10 + - poetry=1.5.1