From 685830ca83503c96692105ec600a95f16880ddbb Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 9 Jan 2024 12:56:08 -0500 Subject: [PATCH] enh: limit uproot below 5 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 0e4a96ef..a10aefbc 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ dependencies: - pip - scikit-learn - scipy - - uproot + - uproot <5.0.0 # 5.0.0 breaks the httpsource argument with open, TODO upgrade (what's the equivalent?) in the "get_truth" function - uproot3 - vector - wget