We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d96e commit 25d657fCopy full SHA for 25d657f
recipe/meta.yaml
@@ -50,6 +50,7 @@ requirements:
50
- pkginfo
51
- psutil
52
- py-lief
53
+ - py-rattler-build >=0.58.0
54
- python
55
- python-libarchive-c
56
- pytz
tests/requirements.txt
@@ -1,7 +1,7 @@
1
beautifulsoup4
2
chardet
3
conda >=25.11.0
4
-conda-forge::rattler-build
+conda-forge::py-rattler-build >=0.58.0 # v1 recipe support
5
conda-index >=0.4.0
6
conda-libmamba-solver >=25.11.0 # includes fix for CondaSolver deprecation warnings
7
conda-package-handling >=2.2.0
0 commit comments