Skip to content

Commit 0bebd7a

Browse files
committed
Optional dependency scaler should not pull graphblas
Signed-off-by: 1597463007 <[email protected]>
1 parent 2aeff73 commit 0bebd7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parfun/about.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.0.5"
1+
__version__ = "7.0.6"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Issues = "https://github.com/Citi/parfun/issues"
2525
[project.optional-dependencies]
2626
pandas = ["pandas"]
2727
dask = ["dask", "distributed"]
28-
scaler = ["scaler[graphblas]"]
28+
scaler = ["scaler"]
2929

3030
[tool.setuptools]
3131
packages = ["parfun"]

0 commit comments

Comments
 (0)