Skip to content

Commit

Permalink
update pyproject.toml: add pybind11-stubgen in requires
Browse files Browse the repository at this point in the history
Signed-off-by: HyeongSeok Kim <[email protected]>
  • Loading branch information
404Vector committed Dec 4, 2024
1 parent fc6a2a2 commit a2c8a35
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
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Contributors to the OpenEXR Project.

[build-system]
requires = ["scikit-build-core==0.10.7", "pybind11", "numpy"]
requires = ["scikit-build-core==0.10.7", "pybind11", "pybind11-stubgen", "numpy"]
build-backend = "scikit_build_core.build"

[project]
Expand Down

0 comments on commit a2c8a35

Please sign in to comment.