Bump conda and conda-libmamba-solver minimum versions#5905
Merged
Conversation
bb55159 to
d3e6f0e
Compare
236d59f to
43ab066
Compare
- Bump minimum conda version from 24.11.0 to 25.11.0 - Bump minimum conda-libmamba-solver from 25.4.0 to 25.11.0 - Remove obsolete CondaSolver deprecation warning filters (CLS PR #691 merged)
43ab066 to
6aae577
Compare
beckermr
approved these changes
Jan 29, 2026
jezdez
added a commit
to jezdez/conda-build-feedstock
that referenced
this pull request
Feb 2, 2026
Incorporate changes from conda/conda-build#5905 which bumps the minimum conda version from 24.11.0 to 25.11.0.
jezdez
added a commit
to jezdez/conda-build-feedstock
that referenced
this pull request
Feb 2, 2026
Incorporate changes from conda/conda-build#5905 which bumps the minimum conda version from 24.11.0 to 25.11.0 and adds a run_constrained for conda-libmamba-solver >=25.11.0.
Merged
5 tasks
jsmolic
pushed a commit
to jsmolic/conda-build
that referenced
this pull request
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
condaversion from 24.11.0 to 25.11.0conda-libmamba-solverfrom 25.4.0 to 25.11.0conda-forgechannel for macOS Intel CI testsBackground
Removed Filters
CondaSolverdeprecationrestore_free_channelCI Changes
macOS Intel (osx-64) tests now use
conda-forgechannel instead ofdefaultsbecause conda 25.11+ is not available in thedefaultschannel for osx-64 (only up to 25.7.0).Remaining Filters (Cannot Be Fixed in conda-build)
The remaining deprecation warning filters suppress warnings from conda's internal code, not from conda-build's direct usage:
_supplement_index_with_systemconda.core.prefix_dataPrefixDataclass (not deprecated), but internal methods trigger warningsconda.trustPrefixActionsUnlinkLinkTransactionUnlinkLinkTransaction(not deprecated), internal usage triggers warningPathTypePathEnumThese filters will become unnecessary when conda 26.3 releases and removes these deprecated internal APIs.
Checklist
pyproject.toml(runtime dependency)tests/requirements.txt(test dependency)