From abf6839666ebe9314a613235fa1e0ae65f784eff Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 13 Dec 2024 10:35:54 +0100 Subject: [PATCH] Pin HTCondor for LPC: https://github.com/CoffeaTeam/lpcjobqueue/issues/38 --- coffea-base/environment.yaml | 2 +- coffea-dask/environment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coffea-base/environment.yaml b/coffea-base/environment.yaml index 9a540d6..ed0a84d 100644 --- a/coffea-base/environment.yaml +++ b/coffea-base/environment.yaml @@ -9,7 +9,7 @@ dependencies: - voms # x509 proxy system - ca-policy-lcg # WLCG trusted CAs - xrootd - - htcondor + - htcondor=24.0.2 # pin HTCondor for LPC https://github.com/CoffeaTeam/lpcjobqueue/issues/38 - curl # jupyter-related - jupyterlab diff --git a/coffea-dask/environment.yaml b/coffea-dask/environment.yaml index 52d2c40..6e0b66a 100644 --- a/coffea-dask/environment.yaml +++ b/coffea-dask/environment.yaml @@ -11,7 +11,7 @@ dependencies: - xrootd # we have issues with conflicting openssl version and htcondor 10.8.0 version is last one # which we able to resolve in this environment.yaml - - htcondor + - htcondor=24.0.2 # pin HTCondor for LPC https://github.com/CoffeaTeam/lpcjobqueue/issues/38 - curl # jupyter-related - jupyterlab