From 5df471aed21366d8e4bc375022ffd79537d13a55 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 13 Dec 2024 17:49:11 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Pin=20HTCondor=20for=20LPC:=20https:/?= =?UTF-8?q?/github.com/CoffeaTeam/lpcjobqueue/issue=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit abf6839666ebe9314a613235fa1e0ae65f784eff. --- 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 ed0a84d..9a540d6 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=24.0.2 # pin HTCondor for LPC https://github.com/CoffeaTeam/lpcjobqueue/issues/38 + - htcondor - curl # jupyter-related - jupyterlab diff --git a/coffea-dask/environment.yaml b/coffea-dask/environment.yaml index 6e0b66a..52d2c40 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=24.0.2 # pin HTCondor for LPC https://github.com/CoffeaTeam/lpcjobqueue/issues/38 + - htcondor - curl # jupyter-related - jupyterlab