Skip to content

Commit 1434bc2

Browse files
committed
add python-build to meta.yamls
also fix license in pyproject.toml
1 parent d0d23ca commit 1434bc2

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

conda-recipe-cf/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ requirements:
2727
- git
2828
- cython
2929
- python
30+
- python-gil # [py>=314]
31+
- python-build
3032
- mkl-devel
3133
- tbb-devel
3234
- numpy

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ requirements:
2727
- cython
2828
- python
2929
- python-gil # [py>=314]
30+
- python-build
3031
- mkl-devel
3132
- tbb-devel
3233
- numpy-base

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies = ["numpy >=1.26.4", "mkl-service"]
5959
description = "Intel (R) MKL-based universal functions for NumPy arrays"
6060
dynamic = ["version"]
6161
keywords = ["mkl_umath"]
62-
license = "BSD-3-Clause"
62+
license = {text = "BSD-3-Clause"}
6363
name = "mkl_umath"
6464
readme = {file = "README.md", content-type = "text/markdown"}
6565
requires-python = ">=3.10,<3.15"

0 commit comments

Comments
 (0)