Skip to content

Commit 0c4ae1c

Browse files
committed
Install typing extensions to make pybind11-stubgen happy
1 parent e403a1b commit 0c4ae1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ install_requires =
3232
tomli
3333
tomli_w
3434
toposort
35+
typing-extensions
3536
pyyaml >= 5.1
3637
patch == 1.*
37-
pybind11-stubgen ~= 2.3
38+
pybind11-stubgen ~= 2.3.3
3839
delocate; platform_system == 'Darwin'
3940
distro; platform_system == 'Linux'
4041
python_requires = >=3.8

0 commit comments

Comments
 (0)