added weak typing to utils

This commit is contained in:
Liyu Xiao 2025-06-18 10:02:36 -04:00
parent 9592d9e1e2
commit f636d07b5f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class DataSetConfig:
beta: float beta: float
sps: int sps: int
snr_start: int snr_start: int
snr_end: int snr_stop: int
snr_step: int snr_step: int
num_iterations: int num_iterations: int
recording_length: int recording_length: int

View File

@ -10,4 +10,4 @@ timm~=0.9
torch~=2.2 torch~=2.2
onnx~=1.18 onnx~=1.18
onnxruntime~=1.22 onnxruntime~=1.22
utils==0.1.2.dev0 utils~=0.1.2.dev0