Skip to content

Commit 7e532d9

Browse files
committed
try without arrays.
Signed-off-by: Ville Aikas <[email protected]>
1 parent 4f86857 commit 7e532d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/meson.build

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ 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'], 'deps': _khash_primitive_helper_dep},
66+
'arrays': {'sources': ['arrays.pyx']},
6667
'groupby': {'sources': ['groupby.pyx']},
6768
'hashing': {'sources': ['hashing.pyx']},
6869
'hashtable': {'sources': ['hashtable.pyx', _hashtable_class_helper, _hashtable_func_helper], 'deps': _khash_primitive_helper_dep},

0 commit comments

Comments
 (0)