Skip to content

Commit 971b061

Browse files
authored
fix(conda): add correct dependencies (#149)
1 parent 1841375 commit 971b061

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

conda.recipe/meta.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ source:
77

88
build:
99
number: 0
10-
script: {{ PYTHON }} -m pip install . -vv
10+
script:
11+
- unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv # [not win]
12+
- {{ PYTHON }} -m pip install . -vv # [win]
1113

1214
requirements:
1315
build:
1416
- python
1517
- {{ compiler('cxx') }}
1618

1719
host:
20+
- cmake
21+
- ninja
1822
- python
1923
- pip
2024
- scikit-build-core

0 commit comments

Comments
 (0)