Skip to content
New issue

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

[Requirements] Remove protobuf requirement #3617

Merged
merged 3 commits into from
May 24, 2023

Conversation

alonmr
Copy link
Member

@alonmr alonmr commented May 22, 2023

To support tensorflow 2.12.0 we need to have protobuf >= 3.20.3 - https://github.com/tensorflow/tensorflow/blob/v2.12.0/tensorflow/tools/pip_package/setup.py#L107
before that, tensorflow requires protobuf < 3.20
kfp requires protobuf <4
when installing mlrun you get protobuf 3.20.3.
if you install tensorflow after mlrun:

  1. tensorflow 2.12.0 - OK
  2. tensorflow < 2.12 - will downgrade protobuf to 3.19 which is good for us

https://jira.iguazeng.com/browse/ML-3824

@liranbg
Copy link
Member

liranbg commented May 23, 2023

which protobuf is resolved when removing it completely from requirements ?

@alonmr alonmr changed the title [Requirements] Bump protobuf to 3.20.3 [Requirements] Remove protobuf requirement May 24, 2023
@alonmr
Copy link
Member Author

alonmr commented May 24, 2023

which protobuf is resolved when removing it completely from requirements ?

3.20.3
updated description

@liranbg liranbg merged commit 6bd0717 into mlrun:development May 24, 2023
14 checks 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.

None yet

2 participants