From 43b77e40db0c37cc532dbdd28d4a6c0c57a903eb Mon Sep 17 00:00:00 2001 From: Nick Smith Date: Sat, 5 Dec 2020 14:03:07 -0600 Subject: [PATCH] Pin awkward and uproot versions to pre-name-switch versions --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 99b75384e..274e6b988 100644 --- a/setup.py +++ b/setup.py @@ -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',