-
Notifications
You must be signed in to change notification settings - Fork 4
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 jupytercad #8
Conversation
5a93092
to
b08f39f
Compare
b08f39f
to
7b39d28
Compare
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.
Thanks!
@@ -27,9 +27,8 @@ classifiers = [ | |||
"Programming Language :: Python :: 3.12", | |||
] | |||
dependencies = [ | |||
"jupyter_ydoc>=1.1.0,<2", | |||
"y-py>=0.6.0,<0.7", |
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.
We should probably add pycrdt here
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.
I wanted to do this, but pinning a version of pycrdt
is quite tricky since it is a dependency of a dependency of jupyter-collaboration
, which is not a direct dependency of jupytercad-freecad
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.
should we add pycrdt
without version constraints?
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.
ok. Well it's not too bad to not make it a dependency (until it is). Let's keep it that way for now.
No description provided.