From e71aeba9ec018c882abcea84e9c79cf321907273 Mon Sep 17 00:00:00 2001 From: Karol Gotkowski Date: Thu, 4 Jul 2024 10:48:54 +0200 Subject: [PATCH] fix: Added numpy requirement for testing --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 441c69d..f43f807 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,6 +40,7 @@ include_package_data = True [options.extras_require] testing = tox + numpy pytest # https://docs.pytest.org/en/latest/contents.html pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ zarr