Skip to content

Commit f3fc13e

Browse files
authored
Update recipe to require conda >=25.11.0 and conda-libmamba-solver >=25.11.0 (#5916)
1 parent e41ccf7 commit f3fc13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requirements:
3131
run:
3232
- beautifulsoup4
3333
- chardet
34-
- conda >=24.11.0
34+
- conda >=25.11.0
3535
- conda-index >=0.4.0
3636
- conda-package-handling >=2.2.0
3737
- evalidate >=2,<3.0a0
@@ -57,6 +57,7 @@ requirements:
5757
- tomli # [py<311]
5858
- tqdm
5959
run_constrained:
60+
- conda-libmamba-solver >=25.11.0
6061
- conda-verify >=3.1.0
6162

6263
test:

0 commit comments

Comments
 (0)