Add requirements.txt `protobuf<=3.20.1` (#8017)
* Pin `protobuf==3.20.1`
* Update requirements.txt
* Update ci-testing.yml
正在显示
... | @@ -12,6 +12,7 @@ scipy>=1.4.1 # Google Colab version | ... | @@ -12,6 +12,7 @@ scipy>=1.4.1 # Google Colab version |
torch>=1.7.0 | torch>=1.7.0 | ||
torchvision>=0.8.1 | torchvision>=0.8.1 | ||
tqdm>=4.41.0 | tqdm>=4.41.0 | ||
protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012 | |||
# Logging ------------------------------------- | # Logging ------------------------------------- | ||
tensorboard>=2.4.1 | tensorboard>=2.4.1 | ||
... | ... |
请
注册
或者
登录
后发表评论