Skip to content

Commit

Permalink
Added xxhash dependency (#1289)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Pivarski <jpivarski@users.noreply.github.com>
  • Loading branch information
ariostas and jpivarski committed Sep 20, 2024
1 parent 8cb3b23 commit b7dea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ classifiers = [
dependencies = [
"awkward>=2.4.6",
"cramjam>=2.5.0",
"xxhash",
"numpy",
"fsspec",
"packaging",
Expand Down Expand Up @@ -67,7 +68,6 @@ s3 = ["s3fs"]
test = [
"isal",
"deflate",
"xxhash",
"minio",
"aiohttp",
"fsspec-xrootd",
Expand Down

0 comments on commit b7dea1f

Please sign in to comment.