Skip to content

Commit c91f170

Browse files
committed
Remove dep from arrays.
Signed-off-by: Ville Aikas <[email protected]>
1 parent 119dd26 commit c91f170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ libs_sources = {
6262
# Dict of extension name -> dict of {sources, include_dirs, and deps}
6363
# numpy include dir is implicitly included
6464
'algos': {'sources': ['algos.pyx', _algos_common_helper, _algos_take_helper], 'deps': _khash_primitive_helper_dep},
65-
'arrays': {'sources': ['arrays.pyx'], 'deps': _khash_primitive_helper_dep},
65+
'arrays': {'sources': ['arrays.pyx']},
6666
'groupby': {'sources': ['groupby.pyx']},
6767
'hashing': {'sources': ['hashing.pyx']},
6868
'hashtable': {'sources': ['hashtable.pyx', _hashtable_class_helper, _hashtable_func_helper], 'deps': _khash_primitive_helper_dep},

0 commit comments

Comments
 (0)