Skip to content

Commit

Permalink
deps: add wrapt
Browse files Browse the repository at this point in the history
- fixes #47
  • Loading branch information
casperdcl committed Feb 3, 2025
1 parent 01a42d4 commit 4d85e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools_scm>=7", "scikit-build-core[pyproject]>=0.5", "swig>=4", "pybind11"]
requires = ["setuptools_scm>=7", "scikit-build-core[pyproject]>=0.5", "swig>=4", "pybind11", "wrapt"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit 4d85e11

Please sign in to comment.