Bump the version numbers. (#91)

This commit is contained in:
Laurent Mazare 2025-07-19 15:57:53 +02:00 committed by GitHub
parent 5f17114618
commit ab8e8c59b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "huggingface_hub",
# "moshi_mlx==0.2.10",
# "moshi_mlx==0.2.12",
# "numpy",
# "sentencepiece",
# "sounddevice",

View File

@ -4,7 +4,7 @@
# "julius",
# "librosa",
# "soundfile",
# "moshi==0.2.9",
# "moshi==0.2.11",
# ]
# ///

View File

@ -2,7 +2,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "huggingface_hub",
# "moshi_mlx==0.2.10",
# "moshi_mlx==0.2.12",
# "numpy",
# "rustymimi",
# "sentencepiece",

View File

@ -2,7 +2,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "huggingface_hub",
# "moshi_mlx==0.2.11",
# "moshi_mlx==0.2.12",
# "numpy",
# "sounddevice",
# ]

View File

@ -2,7 +2,7 @@
# requires-python = ">=3.12"
# dependencies = [
# "huggingface_hub",
# "moshi_mlx==0.2.11",
# "moshi_mlx==0.2.12",
# "numpy",
# "sounddevice",
# ]

View File

@ -1,7 +1,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "moshi==0.2.10",
# "moshi==0.2.11",
# "torch",
# "sphn",
# "sounddevice",

View File

@ -1,7 +1,7 @@
# /// script
# requires-python = ">=3.12"
# dependencies = [
# "moshi==0.2.10",
# "moshi==0.2.11",
# "torch",
# "sphn",
# "sounddevice",

View File

@ -9,9 +9,9 @@
"source": [
"# Fast install, might break in the future.\n",
"!pip install 'sphn<0.2'\n",
"!pip install --no-deps \"moshi==0.2.10\"\n",
"!pip install --no-deps \"moshi==0.2.11\"\n",
"# Slow install (will download torch and cuda), but future proof.\n",
"# !pip install \"moshi==0.2.10\""
"# !pip install \"moshi==0.2.11\""
]
},
{