From 50be363a77323f398b932b5545c33919fd493d98 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 31 Aug 2024 20:44:46 +0100 Subject: [PATCH] Add blosc dep --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29ef0bf0..4dcaf81f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ for use in data storage and communication applications.""" readme = "README.rst" dependencies = [ "numpy>=1.24", - "deprecated" + "deprecated", + "blosc==1.11.2", ] requires-python = ">=3.11" dynamic = [