We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b35b89f + 220398a commit 3cef16bCopy full SHA for 3cef16b
environment.yml
@@ -4,7 +4,7 @@ channels:
4
- cadquery
5
dependencies:
6
- python>=3.9,<=3.12
7
- - cadquery=master
+ - cadquery>=2.6.0
8
- pytest
9
- gmsh
10
- python-gmsh
pyproject.toml
@@ -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",
11
]
12
requires-python = ">=3.9"
0 commit comments