Skip to content

Commit d07a07a

Browse files
committed
Remove direct dependency to GitHub project for ansys-dpf-core in pyproject.toml
1 parent 90d4c2a commit d07a07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ maintainers = [
1717
{name = "PyAnsys developers", email = "[email protected]"},
1818
]
1919
dependencies = [
20-
"ansys.dpf.core @ git+https://[email protected]/pyansys/pydpf-core.git",
20+
"ansys.dpf.core",
2121
"scooby",
2222
]
2323
classifiers = [

0 commit comments

Comments
 (0)