Skip to content

Commit

Permalink
pyproject.toml -> add optional cadquery-ocp-stubs to [development] …
Browse files Browse the repository at this point in the history
…optional extras

Please review version pins too
  • Loading branch information
jdegenstein authored Jan 20, 2025
1 parent eebd82d commit 254eec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
]

dependencies = [
"cadquery-ocp >= 7.8.0, < 7.9.0",
"cadquery-ocp >= 7.8, < 7.9",
"typing_extensions >= 4.6.0, < 5",
"numpy >= 2, < 3",
"svgpathtools >= 1.5.1, < 2",
Expand All @@ -60,6 +60,7 @@ ocp_vscode = [

# development dependencies
development = [
"cadquery-ocp-stubs >= 7.8, < 7.9",
"wheel",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 254eec1

Please sign in to comment.