Skip to content

Commit 463e51f

Browse files
committed
Add pyarrow dep
1 parent 139f507 commit 463e51f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
'pyfaidx>=0.5.5.2',
2626
'tqdm>=4.32.1',
2727
'firecloud-dalmatian>=0.0.17',
28-
'matplotlib>=3.1.1'
28+
'matplotlib>=3.1.1',
29+
'pyarrow>=0.17.0'
2930
],
3031
ext_modules = [Extension(
3132
'fastmmap',

0 commit comments

Comments
 (0)