We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7d96e commit 3a47be5Copy full SHA for 3a47be5
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,6 @@
1
beautifulsoup4
2
chardet
3
conda >=25.11.0
4
-conda-forge::rattler-build
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
@@ -18,6 +17,7 @@ pip
18
17
pkginfo
19
psutil
20
py-lief
+py-rattler-build >=0.58.0
21
pytest-rerunfailures # for handling flaky tests
22
python >=3.10
23
python-libarchive-c
0 commit comments