Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New coffea 0.7.23 #47

Merged
merged 7 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 5 additions & 3 deletions coffea-base/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,24 +43,24 @@ dependencies:
- correctionlib
- python-graphviz
# scikit-hep
- awkward<2
- vector
- hist
# ML
- xgboost
- pytorch
- torch-scatter
- pip
- coffea=0.7.22
- rucio-clients
# pyg
- pyg
- pytorch-cluster
- 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
Expand Down
Loading