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

feat: Give control of uproot install to coffea #51

Merged
merged 1 commit into from
May 5, 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
6 changes: 3 additions & 3 deletions docker/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2660,9 +2660,9 @@ uhi==0.4.0 \
# via
# histoprint
# mplhep
uproot==5.3.2 \
--hash=sha256:3a627eb7a61ed7c074f32985d255cc86269c159ac3b4378cb42186d1c377e95f \
--hash=sha256:be07a6e852bc63636a7835106a032f191ec698d304ebc7dcb291ee407fb68b2d
uproot==5.3.4 \
--hash=sha256:3cd15263110a06bcce06c69d84fb80c84566a774fc5d6b3006984d1fdcd4e8c0 \
--hash=sha256:caf938040dfc2a374a7774ada43b312a6e468be6e7bca39c7aa5aa4c8b8ca7ff
# via coffea
uri-template==1.3.0 \
--hash=sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7 \
Expand Down
1 change: 0 additions & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
uproot==5.3.2
# Do not upgrade Dask until move off KubeCluster
# Requires https://github.com/usatlas/analysisbase-dask-uc/issues/9
dask[distributed]==2024.4.2
Expand Down