From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sun, 7 Apr 2024 06:53:27 +0000
Subject: No python-blosc2

Forwarded: not-needed
---
 pyproject.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 3428397..4b3ac59 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",
 ]
 build-backend = "setuptools.build_meta"
 # build-backend = "mesonpy"  # and replace ``setuptools`` above
@@ -75,8 +75,8 @@ dependencies = [
     "numexpr >= 2.6.2",
     "packaging",
     "py-cpuinfo",
-    "blosc2 >= 2.3.0",
-    "typing-extensions >= 4.4.0",
+    # "blosc2 >= 2.3.0",
+    # "typing-extensions >= 4.4.0",
 ]
 
 
