Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tagged-meshes
channels:
- conda-forge
- cadquery
- cadquery>=2.6.0
dependencies:
- python>=3.9,<=3.12
- cadquery=master
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "assembly_mesh_plugin"
version = "0.1.1"
dependencies = [
"cadquery@git+https://github.com/CadQuery/cadquery.git",
"cadquery>=2.6.0",
"gmsh",
]
requires-python = ">=3.9"
Expand Down
Loading