From 40a10d69831fffcfc4b55e3a6f47ba53d9d713bb Mon Sep 17 00:00:00 2001 From: AU Date: Thu, 29 Sep 2022 08:42:06 +0200 Subject: [PATCH] Pin cq-ocp to 7.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d2f070f..045c04d4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ is_azure = "CONDA_PY" in os.environ # Only include the installation dependencies if we are not running on RTD or AppVeyor if not is_rtd and not is_appveyor and not is_azure: reqs = [ - "cadquery-ocp", + "cadquery-ocp=7.5", "ezdxf", "multimethod>=1.7,<2.0", "nlopt",