Pin cq-ocp to 7.5
This commit is contained in:
2
setup.py
2
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
|
# 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",
|
||||||
|
Reference in New Issue
Block a user