Changed OCP wheel version pin and added Highlights section to changelog

This commit is contained in:
Jeremy Wright
2023-01-30 11:18:22 -05:00
parent 45352fc29c
commit ecc41bedec
3 changed files with 10 additions and 1 deletions

View File

@ -26,7 +26,7 @@ is_conda = "CONDA_PREFIX_1" in os.environ
# Only include the installation dependencies if we are not running on RTD or AppVeyor or in a conda env
if not is_rtd and not is_appveyor and not is_azure and not is_conda:
reqs = [
"cadquery-ocp>=7.6,<7.7",
"cadquery-ocp>=7.7.0a0,<7.8",
"ezdxf",
"multimethod>=1.7,<2.0",
"nlopt",