diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index d49e50e..710cda0 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -15,7 +15,7 @@ env: # Update each time there is added latest python: it will be used for `latest` tag python_latest: "3.11" release: "2024.11.0" - releasev0: "0.7.22" + releasev0: "0.7.23" jobs: diff --git a/coffea-base/environment.yaml b/coffea-base/environment.yaml index 70d38d9..9a540d6 100644 --- a/coffea-base/environment.yaml +++ b/coffea-base/environment.yaml @@ -18,6 +18,8 @@ dependencies: - dask-gateway - dask-jobqueue - dask-expr + # 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 - bokeh # Add workqueue - ndcctools @@ -41,7 +43,6 @@ dependencies: - correctionlib - python-graphviz # scikit-hep - - awkward<2 - vector - hist # ML @@ -49,7 +50,6 @@ dependencies: - pytorch - torch-scatter - pip - - coffea=0.7.22 - rucio-clients # pyg - pyg @@ -57,8 +57,10 @@ dependencies: - pytorch-sparse - 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