From f4f3d6de1e3cf60aeda90d59aca80b6301f28a7f Mon Sep 17 00:00:00 2001 From: Silke Maes Date: Tue, 1 Oct 2024 12:04:02 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0a17bcc..a611ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,8 @@ dependencies = [ "numpy", "numba", "tqdm", + "scipy", + "torchode" ] requires-python = ">=3.7"