Skip to content

Commit

Permalink
Add distributed scheduler as dependency
Browse files Browse the repository at this point in the history
At least it's API will be used as a contract, even though it might always be required as a declared dependency also on user side
  • Loading branch information
alecandido committed Dec 11, 2023
1 parent 9673501 commit 45113b9
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 10 deletions.
71 changes: 62 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ joblib = "^1.2.0"
hyperopt = "^0.2.7"
tabulate = "^0.9.0"
dask = { version = "^2023.12.0", optional = true }
distributed = { version = "^2023.12.0", optional = true }

[tool.poetry.extras]
darray = ["dask"]
darray = ["dask", "distributed"]

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 45113b9

Please sign in to comment.