dependabot[bot] dependabot[bot] glenn-jocher commited on
Commit
50ff6ee
·
unverified ·
1 Parent(s): 34df503

Update protobuf requirement from <=3.20.1 to <4.21.3 (#8346)

Browse files

Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <[email protected]>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -12,7 +12,7 @@ scipy>=1.4.1 # Google Colab version
12
  torch>=1.7.0
13
  torchvision>=0.8.1
14
  tqdm>=4.41.0
15
- protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
16
 
17
  # Logging -------------------------------------
18
  tensorboard>=2.4.1
 
12
  torch>=1.7.0
13
  torchvision>=0.8.1
14
  tqdm>=4.41.0
15
+ protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012
16
 
17
  # Logging -------------------------------------
18
  tensorboard>=2.4.1