Grzegorz Bokota

Results 459 comments of Grzegorz Bokota

you could overwrite `__deepcopy__` operator for clEsperanto layers https://docs.python.org/3/library/copy.html

> awesome hint. Just to make sure I understand: You're proposing to overwrite `__deepcopy__` of opencl-backed arrays, not layers, right? If I good understand Issue (I come here from napari...

It happens because this plugin do not install `uv` in virtualenv (use external one) and pip is installed in virtualenv.

> We do use uv from the same Python environment as tox... so we do install it in virtualenv assuming you install tox in a virtual environment. I was writing...

I ran tests with this plugin on python 3.11 and its works

your problem is in this line https://github.com/hugovk/tinytext/blob/c5bc2febf914cff2a2248cf8c51807796e272a1b/tox.ini#L13 This plugin does not install uv in the test environment but uses one from the parent environment. you may see this in this...

Why you do not put `requirements.txt` in `deps` line `-rrequirements.txt` should work

You could pass pip options using `PIP_` environment variable. In place of `:all:` you could specify NumPy and Pandas. But I'm not sure if uv respects PIP env variables.

the https://github.com/napari/napari/pull/6439 is fix for direct color mode