pyproject.toml -> change cadquery-ocp dep to >= 7.8.1

This commit is contained in:
jdegenstein 2025-01-11 13:37:09 -06:00 committed by GitHub
parent 61ddeed029
commit ae80b27c9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"cadquery-ocp >= 7.7.0", "cadquery-ocp >= 7.8.1",
"typing_extensions >= 4.6.0, <5", "typing_extensions >= 4.6.0, <5",
"numpy >= 2, <3", "numpy >= 2, <3",
"svgpathtools >= 1.5.1, <2", "svgpathtools >= 1.5.1, <2",