diff --git a/nexa/__init__.py b/nexa/__init__.py index d85b28ed..76107ecb 100644 --- a/nexa/__init__.py +++ b/nexa/__init__.py @@ -1 +1 @@ -__version__ = "0.0.6" \ No newline at end of file +__version__ = "0.0.6.post2" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index adee2ae4..f3d1ed3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "tabulate", "streamlit", "python-multipart", + "streamlit-audiorec", ] classifiers = [ "Programming Language :: Python :: 3", @@ -45,7 +46,6 @@ onnx = [ "requests", "setuptools", "soundfile", - "streamlit_audiorec", "transformers", "ttstokenizer", ]