From 16acd8c1493f3521225f9923420872edebd9e271 Mon Sep 17 00:00:00 2001 From: Thomas Martin <38228140+ThomasMGeo@users.noreply.github.com> Date: Fri, 3 Nov 2023 14:59:43 -0600 Subject: [PATCH] Update environment.yml Tiny, one character change to update the dependencies to include python newer than 3.8. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index d09139d..a6ae742 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.8 + - python>=3.8 - numpy - scipy - s3fs