Skip to content

Commit

Permalink
require uproot<5, awkward<2
Browse files Browse the repository at this point in the history
  • Loading branch information
masonproffitt authored Dec 10, 2022
1 parent fb9cd86 commit 027216d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
packages=setuptools.find_packages(exclude=['tests']),
python_requires=('>=3.7, <3.12'),
install_requires=[
'awkward>=1.9.0',
'awkward>=1.9.0,<2',
'func-adl>=3.1',
'numpy',
'qastle>=0.16.0',
'uproot>=4.1.3',
'uproot>=4.1.3,<5',
'vector',
],
extras_require={'test': ['flake8', 'pytest', 'pytest-cov']},
Expand Down

0 comments on commit 027216d

Please sign in to comment.