From c8b2fa7c705dd3eddd2a73d20b7d2f62a873756f Mon Sep 17 00:00:00 2001 From: Arthur Loureiro Date: Fri, 8 Dec 2023 11:42:31 +0100 Subject: [PATCH] removed sacc from dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de64fc0..5ee04fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ dependencies = [ "astropy>=5.1", "pytest>=7.2.5", "argparse>=1.0", - "sacc>=0.12", "pytest-cov", ] keywords = ["desc", "python", "blinding", "cosmosis"]