Skip to content

Commit 7361725

Browse files
committed
Update meta.yaml and pyproject dependencies
1 parent 91ad8e8 commit 7361725

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

conda-recipe-cf/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ requirements:
2323
- setuptools
2424
- cmake
2525
- ninja
26-
- git
26+
- build
2727
- cython
2828
- scikit-build
2929
- python
30+
- pip
31+
- wheel
3032
- mkl-devel
3133
- numpy
3234
run:

conda-recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ requirements:
2323
- setuptools
2424
- cmake
2525
- ninja
26-
- git
26+
- build
2727
- cython
2828
- scikit-build
2929
- python
30+
- pip
31+
- wheel
3032
- mkl-devel
3133
- numpy-base
3234
run:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
[build-system]
2727
build-backend = "setuptools.build_meta"
2828
requires = [
29+
"wheel>=0.43",
30+
"build>=1.1",
2931
"cmake",
3032
"ninja",
3133
"scikit-build",

0 commit comments

Comments
 (0)