Skip to content

Commit

Permalink
fix(conda): add correct dependencies (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Sep 3, 2024
1 parent 1841375 commit 971b061
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ source:

build:
number: 0
script: {{ PYTHON }} -m pip install . -vv
script:
- unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv # [not win]
- {{ PYTHON }} -m pip install . -vv # [win]

requirements:
build:
- python
- {{ compiler('cxx') }}

host:
- cmake
- ninja
- python
- pip
- scikit-build-core
Expand Down

0 comments on commit 971b061

Please sign in to comment.