Skip to content

Commit

Permalink
fix nanobind version (==v1.9.2) for old symusic version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikai-Liao committed May 30, 2024
1 parent af3d705 commit 1f155b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ requires = [
"setuptools>=42",
"scikit-build>=0.13",
"scikit-build-core>=0.3.3",
"nanobind>=1.8.0",
"nanobind==v1.9.2",
"cmake>=3.20",
"ninja",
]

build-backend = "scikit_build_core.build"

[project]
Expand Down
2 changes: 1 addition & 1 deletion symusic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Soundfont,
)

__version__ = "0.4.7"
__version__ = "0.4.8"

__all__ = [
"TimeUnit",
Expand Down

0 comments on commit 1f155b2

Please sign in to comment.