From e72ad1af9f7912c76bc0fc78de901f6817e60042 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 8 Nov 2019 15:24:23 -0500 Subject: [PATCH] imblearn pip --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd5451a..6fb3415 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,8 +19,8 @@ jobs: conda update --yes --quiet conda conda create -n testenv --yes --quiet python=3 source activate testenv - conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow keras pandas tensorflow imblearn - pip install sphinx-gallery + conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow keras pandas tensorflow + pip install sphinx-gallery imblearn pip install . cd doc make html