Skip to content

Commit

Permalink
Set to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Nov 11, 2024
1 parent 66206f4 commit 8be1ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 8be1ffb

Please sign in to comment.