We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e82cfc + d201074 commit c97918bCopy full SHA for c97918b
pyproject.toml
@@ -11,7 +11,7 @@ packages = [{include = "pyptsmod"}]
11
python = ">=3.8,<3.13"
12
numpy = "^1.20"
13
scipy = "^1.8"
14
-soundfile = "^0.10"
+soundfile = ">=0.10"
15
16
[tool.poetry.group.dev.dependencies]
17
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