We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0426033 commit 3840d08Copy full SHA for 3840d08
conda-recipe/conda_build_config.yaml
@@ -0,0 +1 @@
1
+numpy = [">=1.20,<1.21"]
conda-recipe/meta.yaml
@@ -56,6 +56,9 @@ outputs:
56
- libcxx # [osx]
57
- libgcc-ng # [linux]
58
59
+ files:
60
+ - bin/*
61
+
62
# ---------------------------------------------------------
63
# Output #2: Noarch Python wrapper (aligncount_demo)
64
@@ -72,6 +75,7 @@ outputs:
72
75
- python >=3.9,<3.14
73
76
- pip
74
77
- setuptools
78
+ - conda-verify
79
host:
80
81
0 commit comments