Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit dfc0b67

Browse files
committed
DOC: add numba and cytoolz (missing from dask install) to requirements
1 parent 93e8b8b commit dfc0b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
'tqdm',
2222
'pybids',
2323
'matplotlib',
24-
'cytoolz'
24+
'cytoolz',
25+
'numba'
2526
]
2627

2728
setup_requirements = ['pytest-runner', ]

0 commit comments

Comments
 (0)