diff --git a/pyproject.toml b/pyproject.toml index afa5266..dd460bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "hf-xet", # Qwen3 does not support newer versions of Hugging Face libraries at this time. # Celune will use Transformers 4.x for the time being. - "huggingface-hub<1.0.0", + "huggingface-hub<2.0.0", "transformers<5.0.0", # For later usage in VoxCPM2, if the optimization path is fixed. # "triton>=3.6.0; sys_platform == 'linux'", diff --git a/requirements.txt b/requirements.txt index 6514f8f..f7a11cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ voxcpm>=2.0.0,<2.1.0 hf-xet # Qwen3 does not support newer versions of Hugging Face libraries at this time. # Celune will use Transformers 4.x for the time being. -huggingface-hub<1.0.0 +huggingface-hub<2.0.0 transformers<5.0.0 # For later usage in VoxCPM2, if the optimization path is fixed. # triton>=3.6.0; sys_platform == 'linux'