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.
1 parent dffec6b commit 98d7615Copy full SHA for 98d7615
2 files changed
ci_scripts/install.sh
@@ -29,6 +29,7 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
29
scikit-learn=$SKLEARN_VERSION pandas
30
source activate testenv
31
32
+pip install oslo.concurrency
33
pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
34
if [[ "$COVERAGE" == "true" ]]; then
35
pip install codecov
requirements.txt
@@ -7,4 +7,5 @@ nose
7
requests
8
scikit-learn>=0.18
9
nbformat
10
-python-dateutil
+python-dateutil
11
+oslo.concurrency
0 commit comments