Skip to content

Commit c9f5ee6

Browse files
committed
add scipy to tests' package requirements
needed for ci to work
1 parent fe555bc commit c9f5ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"numpy",
99
"networkx",
1010
]
11-
tests_require = ["pytest", "pytest-cov", "mock", "networkx", "tqdm",'dask', "pandas", "tables"]
11+
tests_require = ["pytest", "pytest-cov", "mock", "networkx", "tqdm",'dask', "pandas", "tables", "scipy"]
1212
index_require = ['dask', "pandas", "tables"]
1313
ddp_require = ["dask[distributed]", "dask_pytorch_ddp", "pandas", "tables"]
1414

0 commit comments

Comments
 (0)