Skip to content

Commit 76f0525

Browse files
committed
add scipy as a dependency
scipy is imported in sigmf.apps.convert_wav, so it needs to be listed as a dependency in pyproject.toml.
1 parent 03eda51 commit 76f0525

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dynamic = ["version", "readme"]
2121
requires-python = ">=3.7"
2222
dependencies = [
2323
"numpy", # for vector math
24+
"scipy", # used in sigmf.apps.convert_wav
2425
"jsonschema", # for spec validation
2526
]
2627
[project.urls]

0 commit comments

Comments
 (0)