Pin cq-ocp to 7.5

This commit is contained in:
AU
2022-09-29 08:42:06 +02:00
committed by GitHub
parent 259cc7b4e4
commit 40a10d6983

View File

@ -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 # 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: if not is_rtd and not is_appveyor and not is_azure:
reqs = [ reqs = [
"cadquery-ocp", "cadquery-ocp=7.5",
"ezdxf", "ezdxf",
"multimethod>=1.7,<2.0", "multimethod>=1.7,<2.0",
"nlopt", "nlopt",