From 6a21b322731b0fae26098c89cc9b66b6a2b114c2 Mon Sep 17 00:00:00 2001 From: Jan Heinrich Merker Date: Wed, 13 Nov 2024 16:38:21 +0100 Subject: [PATCH] Comment-out non-Pip dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0b107d..08c48fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "types-requests~=2.32", ] experiment = [ - "pyterrier-t5 @ git+https://github.com/terrierteam/pyterrier_t5.git@8caa9a28e6cd102c8e294a6a01a42a6ff8e41c76", + # "pyterrier-t5 @ git+https://github.com/terrierteam/pyterrier_t5.git@8caa9a28e6cd102c8e294a6a01a42a6ff8e41c76", "pyterrier-caching~=0.1.1", "python-dotenv~=1.0", "ray[default]~=2.38",