We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
numfocus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 44285e1 commit c22f2a2Copy full SHA for c22f2a2
pandas/_libs/meson.build
@@ -69,7 +69,8 @@ libs_sources = {
69
'index': {'sources': ['index.pyx', _index_class_helper]},
70
'indexing': {'sources': ['indexing.pyx']},
71
'internals': {'sources': ['internals.pyx']},
72
- 'interval': {'sources': ['interval.pyx', _intervaltree_helper]},
+ 'interval': {'sources': ['interval.pyx', _intervaltree_helper],
73
+ 'deps': _khash_primitive_helper_dep},
74
'join': {'sources': ['join.pyx', _khash_primitive_helper],
75
'deps': _khash_primitive_helper_dep},
76
'lib': {'sources': ['lib.pyx', 'src/parser/tokenizer.c']},
0 commit comments