From f525592891f15362c94b912e5e21b3261390e804 Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Sun, 5 Jan 2025 19:01:01 +1100 Subject: [PATCH] pygraphviz breaks wheel build in github action for some reason --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b700bb2..5a0531db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "pybedtools", "pyefd", "pyfasta", - "pygraphviz", + #"pygraphviz", "pyliftover", "pypdf", "pysam",