Skip to content

Commit

Permalink
Merge pull request #877 from jdegenstein/ocp-stubs
Browse files Browse the repository at this point in the history
pyproject.toml -> add optional `cadquery-ocp-stubs` to [development] optional extras
  • Loading branch information
jdegenstein authored Jan 23, 2025
2 parents 94fdd97 + 254eec1 commit 4274f78
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 4274f78

Please sign in to comment.