From 332c66bc23332d5c81b4df9e31338f074075ba81 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 6 May 2025 14:08:20 -0400 Subject: [PATCH] nncf remove no-deps Signed-off-by: Vladimir Mandic --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index e7f8e8c47..4a1eafbbe 100644 --- a/installer.py +++ b/installer.py @@ -1163,7 +1163,7 @@ def install_optional(): install('albumentations==1.4.3', ignore=True) install('pydantic==1.10.21', ignore=True) reload('pydantic', '1.10.21') - install('nncf==2.16.0', ignore=True, no_deps=True) # requires older pandas + install('nncf==2.16.0', ignore=True) # requires older pandas install('gguf', ignore=True) install('av', ignore=True) try: