We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119dd26 commit c91f170Copy full SHA for c91f170
pandas/_libs/meson.build
@@ -62,7 +62,7 @@ libs_sources = {
62
# Dict of extension name -> dict of {sources, include_dirs, and deps}
63
# numpy include dir is implicitly included
64
'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},
+ 'arrays': {'sources': ['arrays.pyx']},
66
'groupby': {'sources': ['groupby.pyx']},
67
'hashing': {'sources': ['hashing.pyx']},
68
'hashtable': {'sources': ['hashtable.pyx', _hashtable_class_helper, _hashtable_func_helper], 'deps': _khash_primitive_helper_dep},
0 commit comments