On Thu, Mar 27, 2025 at 1:36 AM Markus Armbruster wrote:
> John Snow writes:
>
> > On Wed, Mar 26, 2025 at 2:08 AM Markus Armbruster
> wrote:
> >
> >> John Snow writes:
> >>
> >> > A few transitive dependencies were left floating; as a result, pip's
> >> > dependency solver can pull in newer d
John Snow writes:
> On Wed, Mar 26, 2025 at 2:08 AM Markus Armbruster wrote:
>
>> John Snow writes:
>>
>> > A few transitive dependencies were left floating; as a result, pip's
>> > dependency solver can pull in newer dependencies, which we don't
>> > want. Pin them down.
>> >
>> > Signed-off-b
On Wed, Mar 26, 2025 at 2:08 AM Markus Armbruster wrote:
> John Snow writes:
>
> > A few transitive dependencies were left floating; as a result, pip's
> > dependency solver can pull in newer dependencies, which we don't
> > want. Pin them down.
> >
> > Signed-off-by: John Snow
>
> What problem
John Snow writes:
> A few transitive dependencies were left floating; as a result, pip's
> dependency solver can pull in newer dependencies, which we don't
> want. Pin them down.
>
> Signed-off-by: John Snow
What problem exactly does this fix? Make target check-minreqs?
> ---
> python/tests/
A few transitive dependencies were left floating; as a result, pip's
dependency solver can pull in newer dependencies, which we don't
want. Pin them down.
Signed-off-by: John Snow
---
python/tests/minreqs.txt | 4
1 file changed, 4 insertions(+)
diff --git a/python/tests/minreqs.txt b/pyth