From 0bebd7a9e8118a7830576dacd90af3635441a5da Mon Sep 17 00:00:00 2001 From: 1597463007 Date: Fri, 13 Dec 2024 10:47:17 -0500 Subject: [PATCH] Optional dependency scaler should not pull graphblas Signed-off-by: 1597463007 --- parfun/about.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parfun/about.py b/parfun/about.py index 16a54c5..ece7d6a 100644 --- a/parfun/about.py +++ b/parfun/about.py @@ -1 +1 @@ -__version__ = "7.0.5" +__version__ = "7.0.6" diff --git a/pyproject.toml b/pyproject.toml index 5026b5e..a1a3599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ Issues = "https://github.com/Citi/parfun/issues" [project.optional-dependencies] pandas = ["pandas"] dask = ["dask", "distributed"] -scaler = ["scaler[graphblas]"] +scaler = ["scaler"] [tool.setuptools] packages = ["parfun"]