Skip to content

Commit

Permalink
Install typing extensions to make pybind11-stubgen happy
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 22, 2023
1 parent e403a1b commit 0c4ae1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ install_requires =
tomli
tomli_w
toposort
typing-extensions
pyyaml >= 5.1
patch == 1.*
pybind11-stubgen ~= 2.3
pybind11-stubgen ~= 2.3.3
delocate; platform_system == 'Darwin'
distro; platform_system == 'Linux'
python_requires = >=3.8
Expand Down

0 comments on commit 0c4ae1c

Please sign in to comment.