Commit 77df01f
authored
Include more sources to avoid lowest bound warning (#9644)
In #8155 (comment),
resolution lowest was complaining about missing lower bounds for a
pacakge, even though the package had a URL, too:
```
uv pip install dist/pymatgen-2024.10.3.tar.gz pymatgen[ci,optional] --resolution=lowest
```
The error was raised from `pymatgen[ci,optional]`, because we were
looking at it before looking at the "URL"
`dist/pymatgen-2024.10.3.tar.gz`.
I've also added constraints and overrides to the bounds lookup, since
they are missing from the dependency graph.
Fixes #8155 (again)1 parent 7939d3f commit 77df01f
3 files changed
+72
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
| 882 | + | |
| 883 | + | |
882 | 884 | | |
883 | 885 | | |
884 | 886 | | |
| |||
892 | 894 | | |
893 | 895 | | |
894 | 896 | | |
895 | | - | |
| 897 | + | |
| 898 | + | |
896 | 899 | | |
897 | 900 | | |
898 | 901 | | |
| |||
905 | 908 | | |
906 | 909 | | |
907 | 910 | | |
| 911 | + | |
| 912 | + | |
908 | 913 | | |
909 | 914 | | |
910 | 915 | | |
| |||
931 | 936 | | |
932 | 937 | | |
933 | 938 | | |
| 939 | + | |
934 | 940 | | |
| 941 | + | |
| 942 | + | |
935 | 943 | | |
936 | 944 | | |
937 | 945 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2277 | 2277 | | |
2278 | 2278 | | |
2279 | 2279 | | |
2280 | | - | |
| 2280 | + | |
2281 | 2281 | | |
2282 | 2282 | | |
2283 | 2283 | | |
2284 | | - | |
| 2284 | + | |
2285 | 2285 | | |
2286 | 2286 | | |
2287 | 2287 | | |
| |||
2313 | 2313 | | |
2314 | 2314 | | |
2315 | 2315 | | |
| 2316 | + | |
| 2317 | + | |
| 2318 | + | |
| 2319 | + | |
| 2320 | + | |
| 2321 | + | |
| 2322 | + | |
| 2323 | + | |
| 2324 | + | |
| 2325 | + | |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
2316 | 2332 | | |
2317 | 2333 | | |
2318 | 2334 | | |
| |||
2327 | 2343 | | |
2328 | 2344 | | |
2329 | 2345 | | |
2330 | | - | |
2331 | 2346 | | |
2332 | 2347 | | |
2333 | 2348 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19009 | 19009 | | |
19010 | 19010 | | |
19011 | 19011 | | |
| 19012 | + | |
| 19013 | + | |
| 19014 | + | |
| 19015 | + | |
| 19016 | + | |
| 19017 | + | |
| 19018 | + | |
| 19019 | + | |
| 19020 | + | |
| 19021 | + | |
| 19022 | + | |
| 19023 | + | |
| 19024 | + | |
| 19025 | + | |
| 19026 | + | |
| 19027 | + | |
| 19028 | + | |
| 19029 | + | |
| 19030 | + | |
| 19031 | + | |
| 19032 | + | |
| 19033 | + | |
| 19034 | + | |
| 19035 | + | |
| 19036 | + | |
| 19037 | + | |
| 19038 | + | |
| 19039 | + | |
| 19040 | + | |
| 19041 | + | |
| 19042 | + | |
| 19043 | + | |
| 19044 | + | |
| 19045 | + | |
| 19046 | + | |
| 19047 | + | |
| 19048 | + | |
| 19049 | + | |
| 19050 | + | |
| 19051 | + | |
| 19052 | + | |
| 19053 | + | |
| 19054 | + | |
| 19055 | + | |
0 commit comments