Skip to content

Commit

Permalink
Unpin protobuf version and update tensorboard version (#13259)
Browse files Browse the repository at this point in the history
* Remove protobuf from base req

* Update tensorboard version

Co-authored-by: Jirka <[email protected]>
  • Loading branch information
2 people authored and rohitgr7 committed Jul 1, 2022
1 parent 8c781f4 commit 7adfdfe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ torch>=1.8.*, <=1.11.0
tqdm>=4.57.0, <=4.63.0
PyYAML>=5.4, <=6.0
fsspec[http]>=2021.05.0, !=2021.06.0, <=2022.2.0
tensorboard>=2.2.0, <2.10.0
tensorboard>=2.9.1, <2.10.0
torchmetrics>=0.4.1, <0.9.2
pyDeprecate>=0.3.1, <=0.3.2
packaging>=17.0, <=21.3
typing-extensions>=4.0.0, <4.2.1
protobuf<=3.20.1 # strict. TODO: Remove after tensorboard gets compatible https://github.com/tensorflow/tensorboard/issues/5708

0 comments on commit 7adfdfe

Please sign in to comment.