Skip to content

Commit f771ef6

Browse files
gfyoungjbrockmendel
authored andcommitted
BLD: Drop nonexistent dependency of _libs/parsers (#22883)
Follow-up to gh-22469. Closes gh-22831.
1 parent e45a6c1 commit f771ef6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
544544
'_libs.parsers': {
545545
'pyxfile': '_libs/parsers',
546546
'depends': ['pandas/_libs/src/parser/tokenizer.h',
547-
'pandas/_libs/src/parser/io.h',
548-
'pandas/_libs/src/numpy_helper.h'],
547+
'pandas/_libs/src/parser/io.h'],
549548
'sources': ['pandas/_libs/src/parser/tokenizer.c',
550549
'pandas/_libs/src/parser/io.c']},
551550
'_libs.reduction': {

0 commit comments

Comments
 (0)