From 35dd36649521f48f11ff5f502ee4224589d94cd6 Mon Sep 17 00:00:00 2001 From: Andres Rios Tascon Date: Mon, 16 Sep 2024 09:15:01 -0400 Subject: [PATCH] Added xxhash dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08cda684e..bf122b9d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ classifiers = [ dependencies = [ "awkward>=2.4.6", "cramjam>=2.5.0", + "xxhash", "numpy", "fsspec", "packaging", @@ -67,7 +68,6 @@ s3 = ["s3fs"] test = [ "isal", "deflate", - "xxhash", "minio", "aiohttp", "fsspec-xrootd",