Skip to content

Commit

Permalink
Optional dependency scaler should not pull graphblas
Browse files Browse the repository at this point in the history
Signed-off-by: 1597463007 <[email protected]>
  • Loading branch information
1597463007 committed Dec 13, 2024
1 parent 2aeff73 commit 0bebd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parfun/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.0.5"
__version__ = "7.0.6"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0bebd7a

Please sign in to comment.