Skip to content

Commit

Permalink
Remove ipython from check_requirements exclude list (#9841)
Browse files Browse the repository at this point in the history
May resolve e3ff780#commitcomment-87136818

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher committed Oct 18, 2022
1 parent acff977 commit f1482b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _create(name, pretrained=True, channels=3, classes=80, autoshape=True, verbo

if not verbose:
LOGGER.setLevel(logging.WARNING)
check_requirements(exclude=('ipython', 'opencv-python', 'tensorboard', 'thop'))
check_requirements(exclude=('opencv-python', 'tensorboard', 'thop'))
name = Path(name)
path = name.with_suffix('.pt') if name.suffix == '' and not name.is_dir() else name # checkpoint path
try:
Expand Down

0 comments on commit f1482b0

Please sign in to comment.