Skip to content

Commit 77e049c

Browse files
update what the testing module requires to include the packages for index-batching
1 parent 2db2dc2 commit 77e049c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"numpy",
1111
"networkx",
1212
]
13-
tests_require = ["pytest", "pytest-cov", "mock", "networkx", "tqdm"]
13+
tests_require = ["pytest", "pytest-cov", "mock", "networkx", "tqdm",'dask', "pandas", "tables"]
1414
index_require = ['dask', "pandas", "tables"]
1515
ddp_require = ["dask[distributed]", "dask_pytorch_ddp", "pandas", "tables"]
1616

0 commit comments

Comments
 (0)