Skip to content

Commit b96cf7f

Browse files
committed
Try with a version of uproot <5.7.0 to avoid error
1 parent 26d2e80 commit b96cf7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ find = { } # Scanning implicit namespaces is active by default
1818

1919
[project]
2020
name = "gatetools"
21-
version = "0.12.7"
21+
version = "0.12.8"
2222
dynamic = ["readme"]
2323
authors = [{ name = "Opengate collaboration", email = "david.sarrut@creatis.insa-lyon.fr" }]
2424
description = "Python tools for GATE, see https://github.com/OpenGATE/Gate"
@@ -41,7 +41,7 @@ dependencies = [
4141
'tqdm',
4242
'colored',
4343
'itk>=5.2.0',
44-
'uproot',
44+
'uproot<5.7.0',
4545
'wget',
4646
'python-box',
4747
'lz4',

0 commit comments

Comments
 (0)