-
Notifications
You must be signed in to change notification settings - Fork 37
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
Require DVC >2.45.1 #481
Require DVC >2.45.1 #481
Conversation
Workaround #397 for live experiments with `dvc exp run`. Allows to send live experiment updates when running inside `dvc exp run` and DVC is not available as a Python library.
c0e676f
to
085736d
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #481 +/- ##
==========================================
+ Coverage 95.71% 96.08% +0.36%
==========================================
Files 37 38 +1
Lines 2336 2401 +65
Branches 196 199 +3
==========================================
+ Hits 2236 2307 +71
+ Misses 61 55 -6
Partials 39 39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Do we first need to drop dvclive from the dvc deps to avoid a circular dependency? |
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.
Pending of a new DVC release
Should we also update the min DVC version required here? I guess it should require 2.45.2? |
Closes #473
Just updated the requirement to |
To unbreak to live-experiments, see https://github.com/iterative/studio/issues/5259 for context