From c11d775d778331b7365eb33cb1a330bdd7dbfcc2 Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Mon, 15 Apr 2024 10:59:04 +0200 Subject: [PATCH] Bump pydataobj/daq2lh5 version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2645905b1..3c47baf42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ dependencies = [ "dspeed>=1.3", "h5py>=3.2", "iminuit", - "legend-daq2lh5@git+https://github.com/legend-exp/legend-daq2lh5@dev", - "legend-pydataobj@git+https://github.com/legend-exp/legend-pydataobj@refactor", + "legend-daq2lh5>=1.2.1", + "legend-pydataobj>=1.6", "matplotlib", "numba!=0.53.*,!=0.54.*,!=0.57", "numpy>=1.21",