Skip to content

Commit

Permalink
Merge pull request #687 from explosion/fix-tensorflow-ciu
Browse files Browse the repository at this point in the history
Azure: pin protobuf to fix Tensorflow
  • Loading branch information
danieldk authored May 31, 2022
2 parents 145d782 + 6cc4d97 commit ff32729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- script: |
pip install -r requirements.txt
pip install "tensorflow~=2.5.0"
pip install "protobuf~=3.20.0" "tensorflow~=2.5.0"
pip install "mxnet; sys_platform != 'win32'"
pip install "torch==1.9.0+cpu" -f https://download.pytorch.org/whl/torch_stable.html
pip install ipykernel pydot graphviz
Expand Down

0 comments on commit ff32729

Please sign in to comment.