From 8705be003c40f76665678ed4f79c5d1e1131182a Mon Sep 17 00:00:00 2001 From: Dacheng Xu Date: Thu, 24 Oct 2024 12:47:52 -0400 Subject: [PATCH] Constraint strax(en) to be less than 2.0.0(3.0.0) (#276) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ef7bdeb..23646146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ nestpy = ">=2.0.2" numba = ">=0.58.1" awkward = ">=2.5.1" uproot = ">=5.2.1" -strax = ">=1.6.0" -straxen = ">=2.2.3" +strax = ">=1.6.0,<2.0.0" +straxen = ">=2.2.3,<3.0.0" utilix = ">=0.11.0" [build-system]