From 1d25481f87551d17bd05d2d2ca15ecb633163a7e Mon Sep 17 00:00:00 2001 From: Yuta Nagano <52748151+yutanagano@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:42:16 +0100 Subject: [PATCH] Bump libtcrlm dependency to v1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4732de5..62b1b83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Simple Contrastive Embedding of the Primary sequence of T cell Receptors." dependencies = [ - "libtcrlm @ git+https://github.com/yutanagano/libtcrlm.git@c5008428f31ee240a45894fd2cab72e4e94ff45c", + "libtcrlm @ git+https://github.com/yutanagano/libtcrlm.git@v1.0.0", "numpy~=1.26", "pandas~=2.0", "torch~=2.0",