From a4c1b21bc203601480ba1be379d373024eace597 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Fri, 27 Sep 2024 10:51:15 +0200 Subject: [PATCH] add bitshuffle back to the test dependencies --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index aa974bee8e..de6e629759 100644 --- a/setup.py +++ b/setup.py @@ -184,8 +184,7 @@ def get_project_configuration(): "pytest>=6.0", "pytest-xvfb", "pytest-mock", - # Remove bitshuffle until wheels with numpy 2 support are available - # "bitshuffle", + "bitshuffle", "scipy>=1.10", "pooch", ]