-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bump viser #3234
Bump viser #3234
Conversation
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.
🎊 🎊 🎊
@@ -44,7 +44,7 @@ def __init__( | |||
): | |||
super().__init__() | |||
|
|||
self._ws_server = viser.infra.Server(host, port, http_server_root=None, verbose=False) | |||
self._ws_server = ViserServer(host, port, http_server_root=None, verbose=False) |
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.
sorry, I think this is now renamed to: https://viser.studio/latest/infrastructure/#viser.infra.WebsockServer
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.
change is made
pyproject.toml
Outdated
@@ -57,7 +57,7 @@ dependencies = [ | |||
"torchvision>=0.14.1", | |||
"torchmetrics[image]>=1.0.1", | |||
"typing_extensions>=4.4.0", | |||
"viser==0.1.27", | |||
"viser==0.2.1", |
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.
maybe we can actually bump to 0.2.2
once nerfstudio-project/viser#223 is merged, since that resolves some unlikely but plausible race conditions in the messaging infra!
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.
bumped!
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.
lgtm, as long as @brentyi doesn't have any other changes
Yeah I think we can go ahead with the bump as soon as these fixes are merged + we do a viser release, otherwise we have some regressions: |
Viser api changes and bump version to 0.2.1