Skip to content

Commit

Permalink
add version bounds for protobuf and pyyaml packages to test-requireme…
Browse files Browse the repository at this point in the history
…nts.txt (#138)

* add version bounds to protobuf and pyyaml to test-requirements.txt

* revert previous fix and relocate protobuf version limit to CI.yml
  • Loading branch information
isaac-darling committed Jun 9, 2022
1 parent 79450c8 commit 8f16e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Adding keras and TF1 for some tests
if [ -n "${{matrix.cfg.keras-version}}" ]; then
pip install keras==${{matrix.cfg.keras-version}} "tensorflow<2" "h5py<3" "pyyaml<6"
pip install keras==${{matrix.cfg.keras-version}} "tensorflow<2" "h5py<3" "pyyaml<6" "protobuf<4"
else
# Otherwise, use TF2
pip uninstall keras
Expand Down

0 comments on commit 8f16e67

Please sign in to comment.