From de188a96d44355f1ca304bc4eb06d752dd30bc9c Mon Sep 17 00:00:00 2001 From: scosman Date: Mon, 5 Aug 2024 21:44:40 -0400 Subject: [PATCH] Less specific versions to be cross platform --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 70458d6..dcb72a4 100644 --- a/environment.yml +++ b/environment.yml @@ -3,8 +3,8 @@ channels: - defaults - conda-forge dependencies: - - pip=24.0=py312hca03da5_0 - - python=3.12.4=h99e199e_1 + - pip=24.0 + - python=3.12.4 - pip: - altgraph==0.17.4 - annotated-types==0.7.0