Skip to content

Commit

Permalink
Update Coffea version to 2025.1.1 (#66)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
oshadura and github-actions[bot] authored Jan 24, 2025
1 parent 7f4a71f commit 4b9d6ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 3 additions & 5 deletions coffea-dask/environment-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions coffea-dask/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,7 +53,7 @@ dependencies:
- pytorch
- torch-scatter
- pip
- coffea=2025.1.0
- coffea=2025.1.1
- rucio-clients
# pyg
- pyg
Expand Down

0 comments on commit 4b9d6ca

Please sign in to comment.