From 1c7da2f23b52971e4442d3121fca6ccae8eb6e72 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 14 Jan 2021 12:56:47 -0500 Subject: [PATCH] Include bidict as dep --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4f8818f5..80b57ea3 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( # numerics 'arrow', # better datetimes + 'bidict', # 2 way map 'cython', 'numpy', 'numba',