From addae4923ee9a22b4a3a734aa68ea7c38c88ebad Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 26 Oct 2023 08:59:50 -0400 Subject: [PATCH] Trying without explicit CadQuery dependencies --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2e118f..a33d00c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,14 +18,6 @@ classifiers = [ ] dependencies = [ "cadquery @ git+https://github.com/CadQuery/cadquery.git", - "cadquery-ocp>=7.7.0a0,<7.8", - "ezdxf", - "multimethod>=1.7,<2.0", - "nlopt", - "nptyping==2.0.1", - "typish", - "casadi", - "path", ] [project.scripts]