Skip to content

Commit b1da86a

Browse files
committed
Add scikit-build in conda-recipe and environment.yml
1 parent d4a5185 commit b1da86a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requirements:
1717
host:
1818
- python
1919
- setuptools >=63.*
20+
- scikit-build
2021
- numba 0.57*
2122
- dpctl >=0.14*
2223
- dpnp >=0.11*

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ channels:
88
- nodefaults
99
dependencies:
1010
- python=3.9
11+
- scikit-build
1112
- gxx_linux-64
1213
- dpcpp_linux-64
1314
- numba >=0.57*

0 commit comments

Comments
 (0)