From 0467f8088659f2db03ee6114256cb497cb560828 Mon Sep 17 00:00:00 2001 From: mbi6245 Date: Tue, 9 Jul 2024 16:30:05 -0700 Subject: [PATCH] add msca to list of required dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf698e5..ce54cee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Natural Language :: English", ] -dependencies = ["typing", "numpy", "pandas"] +dependencies = ["typing", "numpy", "pandas", "msca"] [project.optional-dependencies] test = ["pytest", "pytest-cov"]