Skip to content

Commit ab3681b

Browse files
iguinnggmarshall
authored andcommitted
Update version requirements
1 parent fddacaa commit ab3681b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ dynamic = ["version"]
5252
dependencies = [
5353
"colorlog",
5454
"dbetto>=1.2.3",
55-
"pygama>=2.1",
56-
"dspeed>=1.6",
55+
"pygama>=2.3",
56+
"dspeed>=2.0",
5757
"pylegendmeta>=1.2.5",
58-
"legend-pydataobj>=1.11",
58+
"legend-pydataobj>=1.16",
5959
"pip",
6060
]
6161
# "legend-daq2lh5 @ file:///${PROJECT_ROOT}/software/python/src/legend-daq2lh5

src/legenddataflowscripts/tier/dsp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ def build_tier_dsp() -> None:
171171

172172
else:
173173
build_dsp(
174-
raw_in = args.input,
175-
dsp_out = args.output,
174+
raw_in=args.input,
175+
dsp_out=args.output,
176176
database=database_dict,
177177
chan_config=dsp_cfg_tbl_dict,
178178
write_mode="r",

0 commit comments

Comments
 (0)