Skip to content

Commit 4bed864

Browse files
authored
BLD: depending on non-existant file in sparse (#16293)
1 parent 80abd97 commit 4bed864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def pxd(name):
524524
'sources': ['pandas/_libs/src/parser/tokenizer.c',
525525
'pandas/_libs/src/parser/io.c']},
526526
'_libs.sparse': {'pyxfile': '_libs/sparse',
527-
'depends': (['pandas/core/sparse/sparse.pyx'] +
527+
'depends': (['pandas/_libs/sparse.pyx'] +
528528
_pxi_dep['sparse'])},
529529
'_libs.testing': {'pyxfile': '_libs/testing',
530530
'depends': ['pandas/_libs/testing.pyx']},

0 commit comments

Comments
 (0)