Skip to content

Commit

Permalink
Use git+https for pip source deps (openvinotoolkit#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Mar 3, 2021
1 parent 17dd2a4 commit 79f63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mo_pytorch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"Operating System :: OS Independent",
],
install_requires=[
'openvino-mo @ git+git://github.com/openvinotoolkit/openvino.git#subdirectory=model-optimizer'
'openvino-mo @ git+https://github.com/openvinotoolkit/openvino.git#subdirectory=model-optimizer'
],
)

0 comments on commit 79f63f9

Please sign in to comment.