Include bidict as dep

basic_orders
Tyler Goodlet 2021-01-14 12:56:47 -05:00
parent ee8caa80d4
commit 1c7da2f23b
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ setup(
# numerics # numerics
'arrow', # better datetimes 'arrow', # better datetimes
'bidict', # 2 way map
'cython', 'cython',
'numpy', 'numpy',
'numba', 'numba',