You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, uv sync at a/ with the files below causes
× No solution found when resolving dependencies:
╰─▶ Because only b==0.1.0 is available and b==0.1.0 depends on numpy<2, we can conclude that all versions of b
depend on numpy<2.
And because your project depends on b and numpy>=2, we can conclude that your project's requirements are
unsatisfiable.
Summary
To reproduce,
uv sync
ata/
with the files below causesa/pyproject.toml
a/src/a.py
b/pyproject.toml
b/src/b.py
Note that for PyPI dependency we can override
requires-dist
(numpy<1.29.0,>=1.22.4
inscipy==1.12.0
) byc/pyproject.toml
Platform
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 GNU/Linux
Version
uv 0.7.2
Python version
3.12.9
The text was updated successfully, but these errors were encountered: