Skip to content

Commit

Permalink
Added scikit_build_core to the build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Feb 2, 2024
1 parent ec98621 commit 6860549
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ requirements:
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- numpy >=1.13.0
- python # [build_platform != target_platform]
- scikit_build_core
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
Expand Down
8 changes: 8 additions & 0 deletions utils/requirements/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@
"pyyaml",
"pyzmq",
"requests",
{
"scikit_build_core": {
"flags": {
"build": true,
"build_only": true
}
}
},
{
"scipy": {
"flags": {
Expand Down
4 changes: 4 additions & 0 deletions utils/requirements/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ general:
- pyyaml
- pyzmq
- requests
- scikit_build_core:
flags:
build: True
build_only: True
- scipy:
flags:
method_in_setup: conda
Expand Down

0 comments on commit 6860549

Please sign in to comment.