Skip to content

Commit 3cef16b

Browse files
authored
Merge pull request #24 from CadQuery/version-update
Changed CQ pin to stable version
2 parents b35b89f + 220398a commit 3cef16b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- cadquery
55
dependencies:
66
- python>=3.9,<=3.12
7-
- cadquery=master
7+
- cadquery>=2.6.0
88
- pytest
99
- gmsh
1010
- python-gmsh

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "assembly_mesh_plugin"
77
version = "0.1.1"
88
dependencies = [
9-
"cadquery@git+https://github.com/CadQuery/cadquery.git",
9+
"cadquery>=2.6.0",
1010
"gmsh",
1111
]
1212
requires-python = ">=3.9"

0 commit comments

Comments
 (0)