-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[tune][dashboard] upgrade tensorboardX to 2.6.0 #36643
Conversation
due to protobuf compatibility issue. Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Thanks for fixing this! Also ouch we are running into dependency hell:
|
Even Google's own TensorFlow is running into protobuf hell, quite telling: |
python/requirements.txt
Outdated
@@ -53,7 +53,7 @@ scikit-image | |||
prometheus_client>=0.7.1 | |||
requests | |||
pandas | |||
tensorboardX>=1.9 | |||
tensorboardX<=2.6.0,>=1.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a comment why we need to pin? so that we can easily get the context for future upgrading.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are many other tests on master that are breaking now, so I honestly do not really know if this pr's change is breaking the tests even more.. @scv119 , how is your progress on fixing master? |
which unpins protobuf and uses protobuf>=4 fixes ray-project#36658 --------- Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
which unpins protobuf and uses protobuf>=4
fixes #36658