From 85f814cf92a14b48cc21b052c045b3e74e78fd79 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Sun, 7 Apr 2024 06:53:27 +0000 Subject: [PATCH] No python-blosc2 Forwarded: not-needed Gbp-Pq: Name 0005-No-python-blosc2.patch --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64ada51..d626fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires = [ # Included here for seamless wheel builds. # Packagers can choose to replace it by externally provided # c-blosc2 library and headers - "blosc2 >= 2.3.0", + # "blosc2 >= 2.3.0", "typing-extensions >= 4.4.0", ] build-backend = "setuptools.build_meta" @@ -78,7 +78,7 @@ dependencies = [ "numexpr >= 2.6.2", "packaging", "py-cpuinfo", - "blosc2 >= 2.3.0", + # "blosc2 >= 2.3.0", "typing-extensions >= 4.4.0", ] -- 2.30.2