Skip to content

Instantly share code, notes, and snippets.

@roipoussiere
Created April 9, 2022 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roipoussiere/5da4c770da76a1a7fb0397a0fca8f08e to your computer and use it in GitHub Desktop.
Save roipoussiere/5da4c770da76a1a7fb0397a0fca8f08e to your computer and use it in GitHub Desktop.
CadQuery pip
[tool.poetry]
name = "cadquery"
version = "2.1"
description = "A python parametric CAD scripting framework based on OCCT"
authors = [ "Parametric Products Intellectual Holdings, LLC" ]
[tool.poetry.dependencies]
python = "^3.9"
# each url below must be replaced by the url of the wheel generated by the CI.
ocpvtk = [
{ markers = "platform_system == 'Linux'", url = "http://127.0.0.1:8000/ocpvtk-7.5.3.0-cp39-cp39-manylinux_2_31_x86_64.whl" }
# { markers = "platform_system == 'Darwin'", url = "http://127.0.0.1:8000/ocpvtk-7.5.3.0-cp39-cp39-win_amd64.whl" },
# { markers = "platform_system == 'Windows'", url = "http://127.0.0.1:8000/ocpvtk-7.5.3.0-cp39-cp39-macosx-10.4-ppc64.whl" }
]
ezdxf = "^0.17.2"
multimethod = "^1.8"
nlopt = "^2.7.1"
nptyping = "<2"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment