Skip to content

Commit

Permalink
Merge pull request #305 from mozilla/fix_protobuf_version
Browse files Browse the repository at this point in the history
Pin protobuf version to <= 3.20.1
Tensorboard is not compatible with newer versions of protobuf.  Until tensorflow/tensorboard#5708 is resolved we need to pin protobuf to <= 3.20.1
  • Loading branch information
gleonard-m committed Jun 13, 2022
2 parents 0d69bb7 + 523c644 commit 2b2c84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/setup.py
Expand Up @@ -20,7 +20,8 @@
'scikit-learn>=0.22.2',
'selenium>=3.141.0',
'tensorboardX>=1.6,<2.0',
'torch>=1.0,<2.0'
'torch>=1.0,<2.0',
'protobuf <= 3.20.1',
],
dependency_links=[
'https://download.pytorch.org/whl/cu110/torch_stable.html'
Expand Down

0 comments on commit 2b2c84e

Please sign in to comment.