mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update requirements.txt to ultralytics 8.0.145
(#11920)
This commit is contained in:
parent
acdf73b860
commit
d43d87666c
@ -15,7 +15,7 @@ thop>=0.1.1 # FLOPs computation
|
||||
torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
|
||||
torchvision>=0.8.1
|
||||
tqdm>=4.64.0
|
||||
ultralytics>=8.0.111
|
||||
ultralytics>=8.0.145
|
||||
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
|
||||
|
||||
# Logging ---------------------------------------------------------------------
|
||||
|
@ -54,7 +54,7 @@ def notebook_init(verbose=True):
|
||||
import os
|
||||
import shutil
|
||||
|
||||
from ultralytics.yolo.utils.checks import check_requirements
|
||||
from ultralytics.utils.checks import check_requirements
|
||||
|
||||
from utils.general import check_font, is_colab
|
||||
from utils.torch_utils import select_device # imports
|
||||
|
@ -35,7 +35,7 @@ import pkg_resources as pkg
|
||||
import torch
|
||||
import torchvision
|
||||
import yaml
|
||||
from ultralytics.yolo.utils.checks import check_requirements
|
||||
from ultralytics.utils.checks import check_requirements
|
||||
|
||||
from utils import TryExcept, emojis
|
||||
from utils.downloads import curl_download, gsutil_getsize
|
||||
|
Loading…
x
Reference in New Issue
Block a user