Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kiln/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mesh-diagnostics = []
# never open a STEP file; `kiln install-step-backend` installs it for the
# ones who do. Anyone who already has full cadquery keeps working — the OCP
# backend uses whichever build provides the `OCP` module.
step = ["cadquery-ocp-novtk>=7.9"]
step = ["cadquery-ocp-novtk>=7.9.3.1.1"]
dev = [
"pytest>=7.0",
"pytest-cov>=4.0",
Expand Down
Loading