diff --git a/pyproject.toml b/pyproject.toml index df909f5..f2bb616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cq_cli" -version = "2.4.0" +version = "2.3.0" license = {file = "LICENSE"} authors = [ { name="Jeremy Wright" }, @@ -17,7 +17,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "cadquery@git+https://github.com/CadQuery/cadquery.git", + "cadquery", "cadquery_freecad_import_plugin" ]