diff --git a/conda/meta.yaml b/conda/meta.yaml index 4f7285e09..fb9ba4490 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -16,7 +16,7 @@ requirements: - setuptools run: - python >=3.11 - - ocp=8.0.0.1 + - ocp=8.0.1.0 - pyparsing >=3.0.0 - ezdxf>=1.3.0 - ipython diff --git a/environment.yml b/environment.yml index 90dc2fa0e..0cf2b028b 100644 --- a/environment.yml +++ b/environment.yml @@ -4,8 +4,8 @@ channels: dependencies: - python>=3.11 - ipython -# - cadquery/label/dev::ocp=8.0.0.1 - - ocp=8.0.0.1 + # - cadquery/label/dev::ocp=8.0.1.0 + - ocp=8.0.1.0 - pyparsing>=3.0.0 - sphinx=9.1.0 # - sphinx_rtd_theme=3.1.0 diff --git a/setup.py b/setup.py index ae5171cb7..f283b4c47 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # 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==8.0.0.*", + "cadquery-ocp==8.0.1.*", "ezdxf>=1.3.0", "multimethod>=2.1,<3.0", "nlopt>=2.9.0,<3.0",