Skip to content

Commit 537b4fe

Browse files
committed
Bump conda minimum version to 25.11.0 and build to 2
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.
1 parent d846e66 commit 537b4fe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set version = "26.1.0" %}
2-
{% set build = 1 %}
2+
{% set build = 2 %}
33

44
package:
55
name: conda-build
@@ -36,7 +36,7 @@ requirements:
3636
- beautifulsoup4
3737
- cctools # [osx]
3838
- chardet
39-
- conda >=24.11.0
39+
- conda >=25.11.0
4040
- conda-index >=0.4.0
4141
- conda-package-handling >=2.2.0
4242
- evalidate >=2,<3.0a
@@ -69,6 +69,7 @@ requirements:
6969
- __osx # [osx]
7070
- __win # [win]
7171
run_constrained:
72+
- conda-libmamba-solver >=25.11.0
7273
- conda-verify >=3.1.0
7374

7475
test:

0 commit comments

Comments
 (0)