Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
Adding compilers in host
  • Loading branch information
AurelienBesnier authored Sep 30, 2024
1 parent 9e43c4b commit 470b1d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ build:

requirements:
host:
- {{ compiler('c') }}
- {{ compiler("cxx") }}
- python
- numpy
- scipy
Expand Down Expand Up @@ -43,7 +45,6 @@ requirements:
- matplotlib
- vtk
- skan>=0.10
- vc [win]
- pywin32 [win]

test:
Expand Down

0 comments on commit 470b1d6

Please sign in to comment.