Skip to content

Commit 9046710

Browse files
committed
Update scikit-build-core requirement
1 parent 29f0d65 commit 9046710

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ For technical details behind resampler, see libsoxr docs.
112112
- http://sox.sourceforge.net/SoX/Resampling ([archive](https://web.archive.org/web/20230626144127/https://sox.sourceforge.net/SoX/Resampling))
113113
- https://sourceforge.net/p/soxr/code/ci/master/tree/src/soxr.h
114114

115-
Python-SoXR uses [modified version](https://github.com/dofuuz/soxr) of libsoxr. [See changes here](https://github.com/dofuuz/soxr/compare/0.1.3...master).
116-
These changes does not apply to dynamic linked builds. (e.g. conda-forge build)
115+
Python-SoXR package comes with [modified version](https://github.com/dofuuz/soxr) of libsoxr. [See changes here](https://github.com/dofuuz/soxr/compare/0.1.3...master).
116+
These changes do not apply to dynamic-linked builds (e.g. conda-forge build).
117117
To check the version of libsoxr, use `soxr.__libsoxr_version__`.
118118

119119

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"scikit-build-core >=0.4.3",
3+
"scikit-build-core >=0.9.0",
44
"nanobind >=2",
55
"setuptools>=45",
66
"setuptools_scm[toml]>=6.2",
@@ -54,7 +54,7 @@ Source = "https://github.com/dofuuz/python-soxr"
5454

5555
[tool.scikit-build]
5656
# Protect the configuration against future changes in scikit-build-core
57-
minimum-version = "0.4"
57+
minimum-version = "0.9"
5858

5959
# Setuptools-style build caching in a local directory
6060
build-dir = "build/{wheel_tag}"

0 commit comments

Comments
 (0)