We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f84bbad + c86b9e5 commit ab73182Copy full SHA for ab73182
1 file changed
ci_scripts/install.sh
@@ -28,11 +28,8 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip
28
source activate testenv
29
pip install nose numpy scipy cython scikit-learn==$SKLEARN_VERSION pandas \
30
matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython \
31
- ipykernel
+ ipykernel oslo.concurrency
32
33
-pip install oslo.concurrency
34
-
35
-pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
36
if [[ "$COVERAGE" == "true" ]]; then
37
pip install codecov
38
fi
0 commit comments