From 46a1b0f3159d5a7a18c5b159600c9a830b476562 Mon Sep 17 00:00:00 2001 From: Gyatso <218940752+respondersGY@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:26:25 +0100 Subject: [PATCH] Install zstandard on PyPy --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b75e7f2..36a4b46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ repository = "https://github.com/fox-it/flow.record" # Note: these compression libraries do not work well with pypy compression = [ "lz4", - "zstandard; platform_python_implementation != 'PyPy'", + "zstandard", ] elastic = [ "elasticsearch", @@ -68,7 +68,7 @@ full = [ [dependency-groups] compression = [ "lz4", - "zstandard; platform_python_implementation != 'PyPy'", + "zstandard", ] elastic = [ "elasticsearch",