From 170168733fcbde8a5a1c0db0dacc6d178105d7d1 Mon Sep 17 00:00:00 2001 From: Jonn Smith Date: Wed, 28 Jun 2023 17:29:25 -0400 Subject: [PATCH] Pinning joblib to v1.1.1. --- scripts/gatkcondaenv.yml.template | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gatkcondaenv.yml.template b/scripts/gatkcondaenv.yml.template index dbe29ed5a28..fa115de3325 100644 --- a/scripts/gatkcondaenv.yml.template +++ b/scripts/gatkcondaenv.yml.template @@ -23,6 +23,7 @@ dependencies: - pip=20.0.2 # specifying channel may cause a warning to be emitted by conda - conda-forge::mkl=2019.5 # MKL typically provides dramatic performance increases for theano, tensorflow, and other key dependencies - conda-forge::mkl-service=2.3.0 +- conda-forge::joblib=1.1.1 # must pin joblib - versions after 1.1.1 no longer support python 3.6 - conda-forge::numpy=1.17.5 # do not update, this will break scipy=1.0.0 # verify that numpy is compiled against MKL (e.g., by checking *_mkl_info using numpy.show_config()) # and that it is used in tensorflow, theano, and other key dependencies