Skip to content

Commit

Permalink
re-add direct dependencies for source install
Browse files Browse the repository at this point in the history
  • Loading branch information
cnellington committed Dec 11, 2024
1 parent ad2a927 commit 34042dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 34042dc

Please sign in to comment.