Skip to content

Commit

Permalink
Merge pull request #378 from CoffeaTeam/akrename_patch
Browse files Browse the repository at this point in the history
Pin awkward and uproot versions to pre-name-switch versions
  • Loading branch information
nsmith- authored Dec 6, 2020
2 parents 05e3b0b + 43b77e4 commit 7184310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def get_description():
return description[start:stop].strip() # before + + after


INSTALL_REQUIRES = ['awkward>=0.12.20',
INSTALL_REQUIRES = ['awkward>=0.12.20,<1',
'uproot-methods>=0.7.3',
'uproot>=3.11.0',
'awkward1>=0.4.3',
'uproot>=3.11.0,<4',
'awkward1>=0.4.3,<1',
'uproot4>=0.0.17',
'matplotlib>=3',
'numba>=0.50.0',
Expand Down

0 comments on commit 7184310

Please sign in to comment.