From b9f381322709ce64e7e76a27ad6b67ed8e906f89 Mon Sep 17 00:00:00 2001 From: Macy Huston Date: Wed, 12 Nov 2025 11:44:02 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7e5c84..ebeb430 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,8 @@ dependencies = ["numpy>=1.24", "matplotlib", "astropy>=5.3", "celerite>=0.4.2", - "scipy>=1.10"] + "scipy>=1.10", + "joblib"] classifiers = [ "Development Status :: 5 - Production/Stable",