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",