Skip to content

Commit c97918b

Browse files
authored
Merge branch 'main' into main
2 parents 6e82cfc + d201074 commit c97918b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "pyptsmod"}]
1111
python = ">=3.8,<3.13"
1212
numpy = "^1.20"
1313
scipy = "^1.8"
14-
soundfile = "^0.10"
14+
soundfile = ">=0.10"
1515

1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^7.0"

pytsmod/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
__version__ = '0.3.7'
22

3+
34
from .tdpsolatsm import *
45
from .wsolatsm import *
56
from .hptsm import *

0 commit comments

Comments
 (0)