Skip to content

Commit

Permalink
BLD: Drop nonexistent dependency of _libs/parsers (pandas-dev#22883)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung authored and victor committed Sep 30, 2018
1 parent 7803679 commit 3abad35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
'_libs.parsers': {
'pyxfile': '_libs/parsers',
'depends': ['pandas/_libs/src/parser/tokenizer.h',
'pandas/_libs/src/parser/io.h',
'pandas/_libs/src/numpy_helper.h'],
'pandas/_libs/src/parser/io.h'],
'sources': ['pandas/_libs/src/parser/tokenizer.c',
'pandas/_libs/src/parser/io.c']},
'_libs.reduction': {
Expand Down

0 comments on commit 3abad35

Please sign in to comment.