Skip to content

Commit

Permalink
feat: Give control of uproot install to coffea (#51)
Browse files Browse the repository at this point in the history
* uproot is a requirement of coffea, so ceed control of uproot install
  versions to coffea to simplify things.
* Rebuild lock file to update uproot to v5.3.4.
  • Loading branch information
matthewfeickert authored May 5, 2024
1 parent 76152b0 commit 2c52103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit 2c52103

Please sign in to comment.