We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddacaa commit ab3681bCopy full SHA for ab3681b
2 files changed
pyproject.toml
@@ -52,10 +52,10 @@ dynamic = ["version"]
52
dependencies = [
53
"colorlog",
54
"dbetto>=1.2.3",
55
- "pygama>=2.1",
56
- "dspeed>=1.6",
+ "pygama>=2.3",
+ "dspeed>=2.0",
57
"pylegendmeta>=1.2.5",
58
- "legend-pydataobj>=1.11",
+ "legend-pydataobj>=1.16",
59
"pip",
60
]
61
# "legend-daq2lh5 @ file:///${PROJECT_ROOT}/software/python/src/legend-daq2lh5
src/legenddataflowscripts/tier/dsp.py
@@ -171,8 +171,8 @@ def build_tier_dsp() -> None:
171
172
else:
173
build_dsp(
174
- raw_in = args.input,
175
- dsp_out = args.output,
+ raw_in=args.input,
+ dsp_out=args.output,
176
database=database_dict,
177
chan_config=dsp_cfg_tbl_dict,
178
write_mode="r",
0 commit comments