From afd11271b8da70172b8283e1c1eee44738fc1fe6 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 4 Dec 2023 14:36:19 -0600 Subject: [PATCH] Update pyproject.toml -> PyPI for py-lib3mf and ocpsvg --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d793034..79461fb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,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]