Skip to content

Relax protobuf development requirement - #554

Open
sylvesterkaczmarek wants to merge 1 commit into
google-deepmind:mainfrom
sylvesterkaczmarek:issue-513-protobuf-pin
Open

Relax protobuf development requirement#554
sylvesterkaczmarek wants to merge 1 commit into
google-deepmind:mainfrom
sylvesterkaczmarek:issue-513-protobuf-pin

Conversation

@sylvesterkaczmarek

Copy link
Copy Markdown

Fixes #513.

Summary

Relax the development/test requirement from protobuf==3.19.4 to protobuf>=3.19.4, matching the existing install_requires constraint in setup.py. This avoids forcing an old protobuf release into otherwise compatible environments.

Validation

  • Loaded and serialized dm_control's generated mocap protobuf messages with protobuf 6.33.6 in an isolated environment
  • Confirmed requirements.txt and setup.py now use the same >=3.19.4 lower bound
  • git diff --check: passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release the pin on protobuf

1 participant