Skip to content

Commit

Permalink
Update scikit-build-core requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Aug 21, 2024
1 parent 29f0d65 commit 9046710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ For technical details behind resampler, see libsoxr docs.
- http://sox.sourceforge.net/SoX/Resampling ([archive](https://web.archive.org/web/20230626144127/https://sox.sourceforge.net/SoX/Resampling))
- https://sourceforge.net/p/soxr/code/ci/master/tree/src/soxr.h

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).
These changes does not apply to dynamic linked builds. (e.g. conda-forge build)
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).
These changes do not apply to dynamic-linked builds (e.g. conda-forge build).
To check the version of libsoxr, use `soxr.__libsoxr_version__`.


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"scikit-build-core >=0.4.3",
"scikit-build-core >=0.9.0",
"nanobind >=2",
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
Expand Down Expand Up @@ -54,7 +54,7 @@ Source = "https://github.com/dofuuz/python-soxr"

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

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

0 comments on commit 9046710

Please sign in to comment.