Skip to content

Commit ee24bda

Browse files
committed
Try pinning atpbar if it helps things for python 2 and 3.5
1 parent 82d2ccc commit ee24bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_version():
2121
return _globals["__version__"]
2222

2323

24-
requirements = ['atuproot==0.1.13', 'atsge==0.2.1', 'mantichora==0.9.7',
24+
requirements = ['atuproot==0.1.13', 'atsge==0.2.1', 'atpbar==1.0.8', 'mantichora==0.9.7',
2525
'fast-flow', 'fast-curator', 'awkward',
2626
'pandas', 'numpy', 'numba', 'numexpr', 'uproot>=3']
2727
repositories = []

0 commit comments

Comments
 (0)