From 4b9d6ca449a099bc78c8df6cf8a74833deb4b947 Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Fri, 24 Jan 2025 14:10:23 +0100 Subject: [PATCH] Update Coffea version to 2025.1.1 (#66) * Remove limitation on version of dask * Fix ref name of branch for tag generation on push * Fix typo * Update Coffea version to 2025.1.1 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/gh-ci.yaml | 2 +- coffea-dask/environment-aarch64.yaml | 8 +++----- coffea-dask/environment.yaml | 8 +++----- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index e0af506..3563a32 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -17,7 +17,7 @@ env: python_latest: "3.12" python_latestv0: "3.10" # For coffea 2024.x.x we have conda release, github CI bot will detect new version and open PR with changes - release: "2025.1.0" + release: "2025.1.1" # For coffea 0.7.23 we dont have conda release, please update it manually releasev0: "0.7.24" diff --git a/coffea-dask/environment-aarch64.yaml b/coffea-dask/environment-aarch64.yaml index d9113bf..f2ec379 100644 --- a/coffea-dask/environment-aarch64.yaml +++ b/coffea-dask/environment-aarch64.yaml @@ -19,10 +19,8 @@ dependencies: - dask_labextension - dask-gateway - dask-jobqueue - # To be reverted: Dask needs to be pinned for now, do not use dask>=2024.12.0 with coffea, dask-awkward, or uproot - - dask=2024.11.2 - # To be reverted with next coffea release: Dask needs to be pinned for now - - dask-awkward=2024.12.0 + - dask + - dask-awkward - bokeh # Add workqueue - ndcctools @@ -55,7 +53,7 @@ dependencies: - pytorch ##- torch-scatter # no aarch64 support - pip - - coffea=2025.1.0 + - coffea=2025.1.1 - rucio-clients # pyg ##- pyg # no aarch64 support diff --git a/coffea-dask/environment.yaml b/coffea-dask/environment.yaml index 44928e2..a8a030b 100644 --- a/coffea-dask/environment.yaml +++ b/coffea-dask/environment.yaml @@ -19,10 +19,8 @@ dependencies: - dask_labextension - dask-gateway - dask-jobqueue - # To be reverted: Dask needs to be pinned for now, do not use dask>=2024.12.0 with coffea, dask-awkward, or uproot - - dask=2024.11.2 - # To be reverted with next coffea release: Dask needs to be pinned for now - - dask-awkward=2024.12.0 + - dask + - dask-awkward - bokeh # Add workqueue - ndcctools @@ -55,7 +53,7 @@ dependencies: - pytorch - torch-scatter - pip - - coffea=2025.1.0 + - coffea=2025.1.1 - rucio-clients # pyg - pyg