From cf874fcad713b840fda66a5f486163637cdb0dc1 Mon Sep 17 00:00:00 2001 From: travis Date: Mon, 14 Jun 2021 15:08:17 -0700 Subject: [PATCH] adds ipython to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index be5e75d..cc28d50 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ def readme(): install_requires=[ 'bmipy==2.0', 'dask[complete]==2021.5.1', + 'ipython==7.24.1', 'matplotlib==3.4.2', 'nc-time-axis==1.2.0', 'netCDF4==1.5.6',