From f0b31dc5c7740b491cb797b13c47b288eb78bdac Mon Sep 17 00:00:00 2001 From: Jake Anderson Date: Fri, 6 Sep 2024 22:20:08 -0700 Subject: [PATCH] Undid pin to python 3.8 accidentally given in 9ad2d31 --- devtools/conda-envs/test_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index af879e1..876eae9 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -4,7 +4,7 @@ channels: dependencies: # Base depends - - python=3.8 + - python - pip - numpy - scipy