From fd516fbdcd5e925aa4598d10406a64b890ad7e68 Mon Sep 17 00:00:00 2001 From: Sarah Yurick <53962159+sarahyurick@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:12:36 -0800 Subject: [PATCH] Pin CrossFit 0.0.8 (#464) Signed-off-by: Sarah Yurick --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89e5ae15..329c2eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,8 +42,7 @@ dependencies = [ "beautifulsoup4", "charset_normalizer>=3.1.0", "comment_parser", - # TODO: Pin CrossFit 0.0.8 when it is released - "crossfit @ git+https://github.com/rapidsai/crossfit.git@main", + "crossfit>=0.0.8", "dask-mpi>=2021.11.0", "dask[complete]>=2021.7.1", "datasets",