Skip to content

Commit

Permalink
Merge pull request #389 from jdegenstein/patch-16
Browse files Browse the repository at this point in the history
Update pyproject.toml to fix typing error
  • Loading branch information
gumyr authored Nov 18, 2023
2 parents 3f2c7b4 + cfc251c commit c3ede07
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 @@ -39,7 +39,7 @@ classifiers = [
dependencies = [
"cadquery-ocp ~= 7.7.1",
"OCP-stubs @ git+https://github.com/CadQuery/[email protected]",
"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",
Expand Down

0 comments on commit c3ede07

Please sign in to comment.