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:
AU
2025-01-18 21:04:05 +01:00
committed by GitHub
parent b8370dd17c
commit d1e4cb660d
5 changed files with 8 additions and 9 deletions

View File

@ -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",