From ad6ffb10a7f3700eec3841eb82abc19fb959c0f8 Mon Sep 17 00:00:00 2001 From: Idowu Olawoye Date: Tue, 10 Mar 2026 11:15:39 -0400 Subject: [PATCH] Package not found error from old env.yaml file --- carpdm_env.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/carpdm_env.yml b/carpdm_env.yml index 9c6e15c..e278fd9 100644 --- a/carpdm_env.yml +++ b/carpdm_env.yml @@ -4,12 +4,12 @@ channels: - conda-forge - defaults dependencies: - - biopython=1.81=py311h459d7ec_1 - - blast=2.15.0=pl5321h6f7f691_1 - - matplotlib=3.8.1=py311h38be061_0 - - numpy=1.26.0=py311h64a7726_0 - - pandas=2.1.3=py311h320fe9a_0 - - primer3-py=2.0.1=py311h031d066_0 - - python=3.11.6=hab00c5b_0_cpython - - seaborn=0.13.0=hd8ed1ab_0 - - tqdm=4.66.1=pyhd8ed1ab_0 + - biopython=1.81 + - blast=2.15.0 + - matplotlib=3.8.1 + - numpy=1.26.0 + - pandas=2.1.3 + - primer3-py=2.0.1 + - python=3.11.6 + - seaborn=0.13.0 + - tqdm=4.66.1