-
I have trouble integrating uv with nox.
Here is what I would like to work:
```python
nox.options.default_venv_backend = "uv|virtualenv"
@nox.session
def lint(session: nox.Session) -> None:
…
-
uv 0.4.30
Right now it kinda works with token and keyring when publishing
I would love for `uv publish --keyring-provider=subprocess` to work by first asking for token and then username / passwo…
-
I'm thinking that it should work like this:
1. `UV_USE_IO_URING=0` disables io_uring completely
2. `UV_USE_IO_URING=1` enables epoll batching _and_ sqpoll
3. No `UV_USE_IO_URING` enables epoll ba…
-
Since I am new in this realm, there is a little question that I can't figure out.
I have carefully read the paper of this work, and I am confused about the Part-Aware Diffusion module, which is uti…
-
We recently updated our python github workflows to test that the magika package/wheels can be installed with `uv add` (in addition to `pip install magika`). To test this, we use a one-liner that curre…
-
You should be able to point to a PEP 723 script to get a requirements.txt of the resolved dependencies.
-
Software Version Info
```plaintext
geoviews 1.13.0
holoviews 1.19.1
```
The resulting arrows are not the same if you use the usual `gv.Vectorfield` constructor or `.from_uv`. The latter yields…
-
Since I am new in this realm, and I am not familiar with the code of MMCV, I can't make fully understand of the training process. So I have a little question about this.
At the beginning, I read c…
-
My project structure is:
```sh
project_name/module_name/parser.py
project_name/module_name/__init__.py
project_name/tests/test_parser.py
```
The `test_parser.py` references the module:
``…
-
Linux, Python version 3.10, uv version 0.5.4
I am trying to set up the following set of requirements in my team's project: I have dependency `A` for the project. I don't care what the version `A` i…