Try OCP 7.8.1 (#1589)
* Try OCP 7.8.1 * Update meta.yaml * Fix hash * Update vis.py * Update vis.py * Update appveyor.yml * Run only tests/test_exporters.py * Fix pytest invocation * typo fix * Reenable all tests * Reenable mypy * Skip mypy again * Use released ocp * Reenable mypy * mypy fixes/workarounds for vtk * Update setup.py fro 7.8.1
This commit is contained in:
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ is_conda = "CONDA_PREFIX" 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.7.0,<7.8",
|
||||
"cadquery-ocp>=7.8.1,<7.9",
|
||||
"ezdxf>=1.3.0",
|
||||
"multimethod>=1.11,<2.0",
|
||||
"nlopt>=2.9.0,<3.0",
|
||||
|
Reference in New Issue
Block a user