From fc19a2093b375820d1d7b34268f7038e0c784f97 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 28 Jun 2024 16:49:14 +0200 Subject: [PATCH] Still doesnt work for latest coffea: trying latest 10.x.0 release --- coffea-dask/environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coffea-dask/environment.yaml b/coffea-dask/environment.yaml index ddee3cc..a0382d2 100644 --- a/coffea-dask/environment.yaml +++ b/coffea-dask/environment.yaml @@ -9,9 +9,9 @@ dependencies: - voms # x509 proxy system - ca-policy-lcg # WLCG trusted CAs - xrootd - # we have issues with conflicting openssl version and htcondor 23.5.2 version is last one + # we have issues with conflicting openssl version and htcondor 10.9.0 version is last one # which we able to resolve in this environment.yaml - - htcondor==23.5.2 + - htcondor==10.9.0 - curl # jupyter-related - jupyterlab