From 22c6190a89cc19c2ea8bd34a2f7d93c5447f603f Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Sat, 16 Nov 2024 18:57:00 +0000 Subject: [PATCH] add h5py to deps --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 3ecbe41..815a64e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ numdifftools pandas numpydoc cffi +h5py