Commit 0ca6d46
Pin conda <25.7 to fix Windows build
Summary:
🤖 This diff was automatically generated by myclaw_faiss_monitor
conda 25.7.0 was released today and broke conda-build 25.3.1's plugin
registration. When conda 25.7.0 is installed, the `conda build` subcommand
is no longer recognized, even though conda-build is installed in the same
environment. Root cause: conda-build 25.3.1 was released before conda 25.7.0
and its plugin entry point is incompatible with conda 25.7.0's plugin loader.
Fix: change `<=25.07` to `<25.7` to exclude conda 25.7.0 until conda-build
is updated to support it.
The previous constraint `<=25.07` treated 25.07 and 25.7.0 as equivalent
(PEP 440), so conda 25.7.0 was pulled in. The new constraint `<25.7` pins
below the broken release.
Differential Revision: D1035891061 parent 417c53e commit 0ca6d46
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments