From c2ed1fe0c936f6ead86f23479085220d183192d4 Mon Sep 17 00:00:00 2001 From: Tarun Date: Wed, 26 Jun 2024 11:16:09 -0400 Subject: [PATCH] Conda Python Mac version upgrade --- env_macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env_macos.yml b/env_macos.yml index 88e5b00f1..226bb9e64 100644 --- a/env_macos.yml +++ b/env_macos.yml @@ -3,11 +3,11 @@ channels: - conda-forge - defaults dependencies: - - python=3.7 + - python=3.10 - ffmpeg - pip - pytest - scipy - sox - pip: - - ChildProject \ No newline at end of file + - ChildProject