Skip to content

Commit af06d01

Browse files
committed
Add pywavelets as a dependency
1 parent f574f2f commit af06d01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ classifiers = [
2525
dependencies = [
2626
"numpy",
2727
"scipy",
28-
"matplotlib"
28+
"matplotlib",
29+
"pywavelets"
2930
]
3031

3132
[project.urls]

0 commit comments

Comments
 (0)