File tree 1 file changed +4
-3
lines changed
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):
416
416
cmdclass ['build_src' ] = DummyBuildSrc
417
417
cmdclass ['build_ext' ] = CheckingBuildExt
418
418
419
- lib_depends = ['reduce' , ' inference' ]
419
+ lib_depends = ['inference' ]
420
420
421
421
422
422
def srcpath (name = None , suffix = '.pyx' , subdir = 'src' ):
@@ -508,11 +508,12 @@ def pxd(name):
508
508
'sources' : ['pandas/_libs/src/parser/tokenizer.c' ,
509
509
'pandas/_libs/src/parser/io.c' ]},
510
510
'_libs.reduction' : {
511
- 'pyxfile' : '_libs/reduction' },
511
+ 'pyxfile' : '_libs/reduction' ,
512
+ 'pxdfiles' : ['_libs/src/util' ]},
512
513
'_libs.tslibs.period' : {
513
514
'pyxfile' : '_libs/tslibs/period' ,
514
515
'pxdfiles' : ['_libs/src/util' ,
515
- '_libs/lib ' ,
516
+ '_libs/missing ' ,
516
517
'_libs/tslibs/timedeltas' ,
517
518
'_libs/tslibs/timezones' ,
518
519
'_libs/tslibs/nattype' ],
You can’t perform that action at this time.
0 commit comments