From 74b5355e74fd0d9757d768e5fc140bfd296013fac84581c2da057355e12eab11 Mon Sep 17 00:00:00 2001 From: PioApocalypse Date: Mon, 19 Jan 2026 14:26:42 +0100 Subject: [PATCH] adds "six" module in requirements since apparently there's an old python bug --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 466c18a..94161d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ numpy h5py>=3.15.1 h5json>=1.1.3 +six