Skip to content

Commit f1482b0

Browse files
authored
Remove ipython from check_requirements exclude list (ultralytics#9841)
May resolve ultralytics@e3ff780#commitcomment-87136818 Signed-off-by: Glenn Jocher <[email protected]> Signed-off-by: Glenn Jocher <[email protected]>
1 parent acff977 commit f1482b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hubconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _create(name, pretrained=True, channels=3, classes=80, autoshape=True, verbo
3939

4040
if not verbose:
4141
LOGGER.setLevel(logging.WARNING)
42-
check_requirements(exclude=('ipython', 'opencv-python', 'tensorboard', 'thop'))
42+
check_requirements(exclude=('opencv-python', 'tensorboard', 'thop'))
4343
name = Path(name)
4444
path = name.with_suffix('.pt') if name.suffix == '' and not name.is_dir() else name # checkpoint path
4545
try:

0 commit comments

Comments
 (0)