Levi Cowan
Levi Cowan
Working with private git repos that require a username and token to resolve seems to fail in `uv`: ``` uv pip install '{packagename} @ git+https://{username}@github.com/{organization}/{packagename}.git' Updating https://{username}/ (github.com/{organization}/{packagename}.git) error: Failed...
Platform: Linux uv version: 0.1.10 I can't seem to get `uv` to resolve private dependencies listed in a package's `pyproject.toml` file. For example: ```bash $ uv pip install ' @...
In the recent versions of `xarray`, it appears that `xarray.backends` is not a public subpackage, so accessing it through `import xarray as xr` followed by `xr.backends` now raises an `AttributeError`....