Skip to content

Commit 8ec7406

Browse files
committed
BLD: remove generated dep from algos.pyx build
1 parent 45d54d0 commit 8ec7406

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
@@ -465,8 +465,7 @@ def pxd(name):
465465
'pandas/src/datetime/np_datetime_strings.c']},
466466
algos={'pyxfile': 'algos',
467467
'pxdfiles': ['src/util'],
468-
'depends': [srcpath('generated', suffix='.pyx'),
469-
srcpath('join', suffix='.pyx')]},
468+
'depends': [srcpath('join', suffix='.pyx')]},
470469
_window={'pyxfile': 'window',
471470
'pxdfiles': ['src/skiplist', 'src/util'],
472471
'depends': ['pandas/src/skiplist.pyx',

0 commit comments

Comments
 (0)