Skip to content

Commit

Permalink
BLD: hashtable.pxd is a pxd depends for _join, hashtable, and index (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored and AnkurDedania committed Mar 21, 2017
1 parent 2ad7c44 commit a54213d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,13 @@ def pxd(name):
index={'pyxfile': 'index',
'sources': ['pandas/src/datetime/np_datetime.c',
'pandas/src/datetime/np_datetime_strings.c'],
'pxdfiles': ['src/util'],
'pxdfiles': ['src/util', 'hashtable'],
'depends': _pxi_dep['index']},
algos={'pyxfile': 'algos',
'pxdfiles': ['src/util'],
'pxdfiles': ['src/util', 'hashtable'],
'depends': _pxi_dep['algos']},
_join={'pyxfile': 'src/join',
'pxdfiles': ['src/util'],
'pxdfiles': ['src/util', 'hashtable'],
'depends': _pxi_dep['_join']},
_window={'pyxfile': 'window',
'pxdfiles': ['src/skiplist', 'src/util'],
Expand Down

0 comments on commit a54213d

Please sign in to comment.