mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Update pyproject.toml to fix typing error
Incorporate fix from https://github.com/python/typing_extensions/issues/243
This commit is contained in:
parent
3f2c7b460e
commit
cfc251c058
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ classifiers = [
|
|||
dependencies = [
|
||||
"cadquery-ocp ~= 7.7.1",
|
||||
"OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.7.0",
|
||||
"typing_extensions >= 4.4.0, <5",
|
||||
"typing_extensions >= 4.6.0, <5",
|
||||
"numpy >= 1.24.1, <2",
|
||||
"svgpathtools >= 1.5.1, <2",
|
||||
"anytree >= 2.8.0, <3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue