Skip to content

Commit

Permalink
fix: update uproot version to ensure trees are readable by old ROOT v…
Browse files Browse the repository at this point in the history
…ersions (#299)

* updated uproot version to 4.1.4 to ensure trees are readable by old ROOT versions
  • Loading branch information
alexander-held authored Oct 14, 2021
1 parent ae7444c commit 1bfeb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

extras_require = {"contrib": ["uproot>=4.1"]} # uproot 4.1 for file writing
extras_require = {"contrib": ["uproot>=4.1.4"]} # file writing with TStreamerInfo
extras_require["test"] = sorted(
set(
extras_require["contrib"]
Expand Down

0 comments on commit 1bfeb80

Please # to comment.