We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7e17f commit dcd6c2fCopy full SHA for dcd6c2f
1 file changed
conda-recipe/meta.yaml
@@ -32,9 +32,6 @@ requirements:
32
# This environment only needs to run CMake and the C++ compiler
33
- {{ compiler("cxx") }}
34
- cmake
35
- run:
36
- # (only its C++ runtime, specified per‐output below)
37
- []
38
39
outputs:
40
# ---------------------------------------------------------
@@ -58,10 +55,6 @@ outputs:
58
55
noarch: python
59
56
60
57
requirements:
61
- build:
62
- - python >=3.9,<3.14
63
- - pip
64
- - setuptools
65
host:
66
- python >=3.9,<3.14
67
- pip
0 commit comments