From 806cd68de45a898ed4a710d40875276dc8ac268e Mon Sep 17 00:00:00 2001 From: Leon van Bokhorst Date: Sat, 7 Dec 2024 17:23:27 +0100 Subject: [PATCH] fix: remove pygraphviz from requirements.txt This change simplifies the project's dependencies by removing the unnecessary pygraphviz package from requirements.txt, enhancing clarity and ensuring that only essential libraries are listed. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6136355..bd0b68a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,6 @@ wandb matplotlib seaborn pydot -pygraphviz # PyTorch ecosystem torch