diff --git a/setup.py b/setup.py index b044985db7..7d9c2eb937 100644 --- a/setup.py +++ b/setup.py @@ -61,9 +61,9 @@ QUALITY_REQUIRE = ["black~=23.1", "ruff==0.4.4"] EXTRAS_REQUIRE = { - "nncf": ["nncf@git+https://github.com/anzr299/nncf.git@torch250"], + "nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2140"], "openvino": [ - "nncf@git+https://github.com/anzr299/nncf.git@torch250", + "nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2140", "openvino==2024.4.1.dev20240926", "openvino-tokenizers==2024.4.1.0.dev20240926" ],