Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
negvet committed Sep 19, 2024
1 parent d65133c commit 1a420c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"\n",
"# Install openvino xai package\n",
"# %pip install -q --no-deps \"openvino-xai>=1.1.0\"\n",
"%pip install git+https://github.com/openvinotoolkit/openvino_xai@et/bug_fixing\n",
"%pip install git+https://github.com/openvinotoolkit/openvino_xai@releases/1.1.0\n",
"\n",
"if platform.system() != \"Windows\":\n",
" %pip install -q \"matplotlib>=3.4\"\n",
Expand Down

0 comments on commit 1a420c9

Please sign in to comment.