Skip to content

Commit

Permalink
Specify libtcrlm dep version as commit hash to prevent pip conflict r…
Browse files Browse the repository at this point in the history
…esolution issues
  • Loading branch information
yutanagano committed Mar 27, 2024
1 parent b61dfb9 commit 56f4207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "Simple Contrastive Embedding of the Peptide sequence of T cell Receptors."
dependencies = [
"libtcrlm @ git+https://github.com/yutanagano/libtcrlm.git@v1.0.0-alpha.1",
"libtcrlm @ git+https://github.com/yutanagano/libtcrlm.git@3f6450ca10d0127483779f7791b42a22d1d80910",
"numpy~=1.26",
"pandas~=2.0",
"torch~=2.0",
Expand Down

0 comments on commit 56f4207

Please sign in to comment.