Skip to content

Commit

Permalink
Remove scikit-build-core from build requirements and rely on build to…
Browse files Browse the repository at this point in the history
…ols to install
  • Loading branch information
langmm committed Feb 2, 2024
1 parent 2464db3 commit 765738f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ 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: 0 additions & 8 deletions utils/requirements/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@
"pyyaml",
"pyzmq",
"requests",
{
"scikit-build-core": {
"flags": {
"build": true,
"build_only": true
}
}
},
{
"scipy": {
"flags": {
Expand Down
4 changes: 0 additions & 4 deletions utils/requirements/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ 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 765738f

Please sign in to comment.