Bump the version numbers.

This commit is contained in:
Laurent 2025-07-19 15:56:12 +02:00
parent a98eb94ade
commit 31bcee0ed4
8 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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