diff --git a/pyproject.toml b/pyproject.toml index 6a4a8ce..8f7998e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,7 @@ dependencies = [ "typing_extensions >= 4.4.0, <5", "CQ-editor @ git+https://github.com/jdegenstein/jmwright-CQ-Editor.git@main", "ocp-vscode @ git+https://github.com/bernhard-42/vscode-ocp-cad-viewer", - #"ocp-vscode @ https://github.com/bernhard-42/vscode-ocp-cad-viewer/releases/download/v2.1.0/ocp_vscode-2.1.0-py3-none-any.whl", - # The git latest version and latest tag have the old version set in setup.py, so causes dep conflict with pip. - # So use tarball, where it was set correctly. - #"ocp-tessellate @ git+https://github.com/bernhard-42/ocp-tessellate@v2.0.5", - "ocp-tessellate @ https://github.com/bernhard-42/ocp-tessellate/releases/download/v2.0.5/ocp_tessellate-2.0.5.tar.gz", + "ocp-tessellate @ git+https://github.com/bernhard-42/ocp-tessellate", ] [tool.setuptools.packages.find]