Skip to content

Commit bfa9340

Browse files
committed
added dask dataframe to dependecies
1 parent be3715f commit bfa9340

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ dependencies = [
2121
"python-dotenv",
2222
"progressbar",
2323
"pyarrow",
24-
"dnplot"
24+
"dnplot",
25+
"dask[dataframe]"
2526
]
2627
readme = "README.md"
2728
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)