diff --git a/setup.py b/setup.py index ece582d..a05b8b7 100644 --- a/setup.py +++ b/setup.py @@ -11,5 +11,8 @@ 'numpy', 'scipy<=1.1.0', 'matplotlib<=2.2.3', + 'cvxopt', + 'redis', + 'dill', ], )