We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9099e02 + c97918b commit f78b05bCopy full SHA for f78b05b
2 files changed
pyproject.toml
@@ -10,7 +10,7 @@ readme = "README.md"
10
python = ">=3.8,<3.13"
11
numpy = "^1.20"
12
scipy = "^1.8"
13
-soundfile = "^0.10"
+soundfile = ">=0.10"
14
15
[tool.poetry.group.dev.dependencies]
16
pytest = "^7.0"
pytsmod/__init__.py
@@ -1,5 +1,6 @@
1
__version__ = '0.3.7'
2
3
+
4
from .tdpsolatsm import *
5
from .wsolatsm import *
6
from .hptsm import *
0 commit comments