Skip to content

Commit 4c977b3

Browse files
committed
don't use swig 4.4.0 due to limited API issue #2881
1 parent 0b7f2f1 commit 4c977b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"scikit-build-core>=0.8.0",
44
"setuptools_scm[toml]>=8.0",
5-
"swig==4.3",
5+
"swig>=4.3,<4.4.0",
66
"lief; sys_platform == 'darwin'"
77
]
88
build-backend = "scikit_build_core.build"

0 commit comments

Comments
 (0)