Skip to content

Commit f78b05b

Browse files
committed
Merge branch 'main' of github.com:seyong92/PyTSMod into main
2 parents 9099e02 + c97918b commit f78b05b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = ">=3.8,<3.13"
1111
numpy = "^1.20"
1212
scipy = "^1.8"
13-
soundfile = "^0.10"
13+
soundfile = ">=0.10"
1414

1515
[tool.poetry.group.dev.dependencies]
1616
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)