diff --git a/pyproject.toml b/pyproject.toml index 60c7474e..79461fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,6 @@ classifiers = [ dependencies = [ "cadquery-ocp ~= 7.7.1", - "OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.7.0", "typing_extensions >= 4.6.0, <5", "numpy >= 1.24.1, <2", "svgpathtools >= 1.5.1, <2", @@ -45,8 +44,8 @@ dependencies = [ "ezdxf >= 1.0.0, < 2", "numpy-stl >= 3.0.0, <4", "ipython >= 8.0.0, <9", - "py_lib3mf @ git+https://github.com/jdegenstein/py-lib3mf", - "ocpsvg @ git+https://github.com/snoyer/ocpsvg", + "py-lib3mf", + "ocpsvg", ] [project.urls]