From 152db04f1690a2ed1a926d9255b4c8b77c4a5f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81opaciuk?= Date: Tue, 10 Dec 2024 18:04:48 +0100 Subject: [PATCH] Add h5py as a test dependency (used in tests) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26b9fc42..f9aea3f9 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ "Source Code": "https://github.com/xsuite/xfields", }, extras_require={ - 'tests': ['pytest'], + 'tests': ['pytest', 'h5py'], }, )