Skip to content

Commit

Permalink
Hot-fix wrong requirement for setup.py (#1823)
Browse files Browse the repository at this point in the history
Hot-fix for setup.py

Signed-off-by: Kang, Harim <harim.kang@intel.com>
  • Loading branch information
harimkang authored Mar 6, 2024
1 parent 9482d34 commit 34b3a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_required_packages(requirement_files: list[str]) -> list[str]:
"core": get_required_packages(requirement_files=["core"]),
"notebooks": get_required_packages(requirement_files=["notebooks"]),
"openvino": get_required_packages(requirement_files=["openvino"]),
"full": get_required_packages(requirement_files=["loggers", "notebooks", "openvino"]),
"full": get_required_packages(requirement_files=["loggers", "notebooks", "openvino", "core"]),
}

try:
Expand Down

0 comments on commit 34b3a90

Please sign in to comment.