File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ def get_tag(self):
416416 cmdclass ['build_src' ] = DummyBuildSrc
417417 cmdclass ['build_ext' ] = CheckingBuildExt
418418
419- lib_depends = ['reduce' , ' inference' ]
419+ lib_depends = ['inference' ]
420420
421421
422422def srcpath (name = None , suffix = '.pyx' , subdir = 'src' ):
@@ -508,11 +508,12 @@ def pxd(name):
508508 'sources' : ['pandas/_libs/src/parser/tokenizer.c' ,
509509 'pandas/_libs/src/parser/io.c' ]},
510510 '_libs.reduction' : {
511- 'pyxfile' : '_libs/reduction' },
511+ 'pyxfile' : '_libs/reduction' ,
512+ 'pxdfiles' : ['_libs/src/util' ]},
512513 '_libs.tslibs.period' : {
513514 'pyxfile' : '_libs/tslibs/period' ,
514515 'pxdfiles' : ['_libs/src/util' ,
515- '_libs/lib ' ,
516+ '_libs/missing ' ,
516517 '_libs/tslibs/timedeltas' ,
517518 '_libs/tslibs/timezones' ,
518519 '_libs/tslibs/nattype' ],
You can’t perform that action at this time.
0 commit comments