From 34042dc1b8ce6361ad31f026003f9c7c59283536 Mon Sep 17 00:00:00 2001 From: cnellington Date: Tue, 10 Dec 2024 22:44:14 -0800 Subject: [PATCH] re-add direct dependencies for source install --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b8bef3..39a011c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ dependencies = [ "black", "jsonargparse[signatures]>=4.26.1", "awscli", - # "openfold @ git+https://github.com/genbio-ai/openfold.git@c4aa2fd0d920c06d3fd80b177284a22573528442", - # "dllogger @ git+https://github.com/NVIDIA/dllogger.git@0540a43971f4a8a16693a9de9de73c1072020769", - "biotite>=1.0.1", + "openfold @ git+https://github.com/genbio-ai/openfold.git@c4aa2fd0d920c06d3fd80b177284a22573528442", + "dllogger @ git+https://github.com/NVIDIA/dllogger.git@0540a43971f4a8a16693a9de9de73c1072020769", + iotite>=1.0.1", "einops>=0.8.0", "ml-collections>=1.0.0", "dm-tree>=0.1.8",