Workaround for upstream borked version removed

main
Jeff Moe 2024-01-17 14:41:07 -07:00
parent 1d11270044
commit 51bf90ef83
1 changed files with 1 additions and 5 deletions

View File

@ -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]