From be6cbf46c662c28adb12ac695425b8853591f8f5 Mon Sep 17 00:00:00 2001 From: Oscar Plaisant Date: Thu, 27 Jun 2024 17:20:41 +0200 Subject: [PATCH] add PyYAML (in order to load config) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4fe1bc2..eaff11a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ fastcache tqdm joblib scipy +PyYAML