diff --git a/moshi/pyproject.toml b/moshi/pyproject.toml index ead71e9..b0b1832 100644 --- a/moshi/pyproject.toml +++ b/moshi/pyproject.toml @@ -3,15 +3,15 @@ name = "moshi-personaplex" requires-python = ">= 3.10" description = "Personaplex finetune of moshi to enable role and voice control." dependencies = [ - "numpy >= 1.26, < 2.2", - "safetensors >= 0.4.0, < 0.5", - "huggingface-hub >= 0.24, < 0.25", - "einops == 0.7", - "sentencepiece == 0.2", - "sounddevice == 0.5", - "sphn >= 0.1.4, < 0.2", - "torch >= 2.2.0, < 2.5", - "aiohttp>=3.10.5, <3.11", + "numpy >= 1.26, < 3", + "safetensors >= 0.4.0", + "huggingface-hub >= 0.24", + "einops >= 0.7", + "sentencepiece >= 0.2", + "sounddevice >= 0.5", + "sphn >= 0.1.4", + "torch >= 2.2.0", + "aiohttp >= 3.10.5", ] authors = [{name="Rajarshi Roy", email="rajarshir@nvidia.com"}] maintainers = [{name="Rajarshi Roy", email="rajarshir@nvidia.com"}] @@ -28,4 +28,4 @@ version = {attr = "moshi.__version__"} [build-system] requires = ["setuptools"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"