From 44954194391f3856d6ab1473b59b8790d1ea17c3 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Thu, 19 Oct 2023 15:31:04 +0200 Subject: [PATCH] Remove dependency on ansys-dpf-core as git project --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d3deb250..22802a25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ maintainers = [ {name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}, ] dependencies = [ - "ansys-dpf-core @ git+https://git@github.com/ansys/pydpf-core.git", + "ansys-dpf-core", "scooby", ] classifiers = [