You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, most of Coreax's dependencies don't have lower bounds specified, so aren't accurate - we clearly don't support very early versions of most of our dependencies. Add minimum versions for each, ideally as loose as possible. This can be tested with uv's --resolution lowest strategy. - see #918.
Since automated testing of this is a separate ticket, this ticket can be resolved by just adding naive "latest major version" bounds on the dependencies. (Just doing this puts us in a much better position than the majority of the Python ecosystem!)
The text was updated successfully, but these errors were encountered:
tp832944
added
dependencies
Pull requests that update a dependency file
and removed
new
Something yet to be discussed by development team
labels
Oct 16, 2024
What's the issue?
Currently, most of Coreax's dependencies don't have lower bounds specified, so aren't accurate - we clearly don't support very early versions of most of our dependencies. Add minimum versions for each, ideally as loose as possible. This can be tested with uv's
--resolution lowest
strategy. - see #918.Since automated testing of this is a separate ticket, this ticket can be resolved by just adding naive "latest major version" bounds on the dependencies. (Just doing this puts us in a much better position than the majority of the Python ecosystem!)
The text was updated successfully, but these errors were encountered: