Skip to content

Commit

Permalink
imblearn pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbee committed Nov 8, 2019
1 parent b264965 commit e72ad1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit e72ad1a

Please sign in to comment.