We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ray
protobuf
Particularly so that it can play nice with Hdl21's parameter types.
Requires
"protobuf~=4.23"
from https://github.com/Vlsir/Vlsir/blob/ebd13f2fd8e10464ba0326aed952ea3b5650b695/bindings/python/setup.py#L41C1-L42C1
The text was updated successfully, but these errors were encountered:
Ray 2.0, which we currently use, requires protobuf < 4.0:
https://github.com/ray-project/ray/blob/cba26cc83f6b5b8a2ff166594a65cb74c0ec8740/python/setup.py#L306
Current Ray (2.7) would be compatible:
https://github.com/ray-project/ray/blob/df77af0b984a1d10c8bf2409d1f58ff20b065d27/python/setup.py#L355
Sorry, something went wrong.
tsai-henry
No branches or pull requests
Particularly so that it can play nice with Hdl21's parameter types.
Requires
from
https://github.com/Vlsir/Vlsir/blob/ebd13f2fd8e10464ba0326aed952ea3b5650b695/bindings/python/setup.py#L41C1-L42C1
The text was updated successfully, but these errors were encountered: