From 137fab2f48ad6137214c4c4625eef163424f1e21 Mon Sep 17 00:00:00 2001 From: YAMY <74099316+YAMY1234@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:52:47 -0700 Subject: [PATCH] fix(deps): pin compressed-tensors to 0.18.0 (#36794) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 5bfd23211..e1475c762 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "av==16.1.0 ; sys_platform == 'linux' and (platform_machine == 'aarch64' or platform_machine == 'arm64' or platform_machine == 'armv7l')", "blobfile==3.0.0", "build", - "compressed-tensors", + "compressed-tensors==0.18.0", "cuda-python>=13.0", # Transitive dep of flashinfer-python, pinned because 1.6.0rc6 shipped no cp310 linux x86_64 wheel. "cuda-tile==1.6.0rc5",