Skip to content

Pin conda <25.7 to fix Windows build (#5176)#5176

Open
mdouze wants to merge 1 commit intofacebookresearch:mainfrom
mdouze:export-D103589106
Open

Pin conda <25.7 to fix Windows build (#5176)#5176
mdouze wants to merge 1 commit intofacebookresearch:mainfrom
mdouze:export-D103589106

Conversation

@mdouze
Copy link
Copy Markdown
Contributor

@mdouze mdouze commented May 4, 2026

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: D103589106

@meta-cla meta-cla Bot added the CLA Signed label May 4, 2026
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync Bot commented May 4, 2026

@mdouze has exported this pull request. If you are a Meta employee, you can view the originating Diff in D103589106.

@meta-codesync meta-codesync Bot changed the title Pin conda <25.7 to fix Windows build Pin conda <25.7 to fix Windows build (#5176) May 4, 2026
mdouze added a commit to mdouze/faiss that referenced this pull request May 4, 2026
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: D103589106
@mdouze mdouze force-pushed the export-D103589106 branch from 0ca6d46 to d84dd4d Compare May 4, 2026 10:56
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: D103589106
@mdouze mdouze force-pushed the export-D103589106 branch from d84dd4d to b0da61a Compare May 5, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant