Sebastian Rittau

Results 518 comments of Sebastian Rittau

keras dependency is now `==3.6.*`

That will be useful when we switch to pyproject. Unfortunately, for the time being, this PR is still required.

In my defense, I was very tired when I wrote that.

There's a merge conflict, but apart from that LGTM.

> > Looks like you're running into [python/mypy#16367](https://github.com/python/mypy/issues/16367). It's been fixed on mypy `master`, but the fix hasn't yet been included in a mypy release. > > Oh sorry, you...

vision is doing some dynamic construction of the mode string. This should be easily solvable by using literals and an intermediate variable. Which sounds like a good idea to ensure...

@donBarbos We're missing a review. If you want to review this PR, I trust your judgement.

I think the problem is that "pyright: Run test cases" uses `astral-sh/setup-uv@v5`, but then follows it with `uv pip install -r requirements-tests.txt --system`. #14081 indicates that the uv version installed...