From 28588c550a21487e00ee0e22731f7b7b53c418e6 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Wed, 11 Dec 2024 10:18:43 +0100 Subject: [PATCH] Latest awkward1 is not available anymore in conda --- coffea-base/environment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coffea-base/environment.yaml b/coffea-base/environment.yaml index ce83dd7..9a540d6 100644 --- a/coffea-base/environment.yaml +++ b/coffea-base/environment.yaml @@ -43,7 +43,6 @@ dependencies: - correctionlib - python-graphviz # scikit-hep - - awkward<2 - vector - hist # ML @@ -59,8 +58,9 @@ dependencies: - pytorch-spline-conv - pip: - coffea==0.7.23 + - awkward==1.10.5 - "setuptools<71" - - fastjet==3.4.0.1 # LAST VERSION workking with awkward1 + - fastjet==3.4.0.1 # LAST VERSION working with awkward1 - tritonclient[all] - tflite-runtime==2.14.0 - onnxruntime