Skip to content

Commit 98d7615

Browse files
committed
Add oslo.concurrentcy to requirements
1 parent dffec6b commit 98d7615

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ci_scripts/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
2929
scikit-learn=$SKLEARN_VERSION pandas
3030
source activate testenv
3131

32+
pip install oslo.concurrency
3233
pip install matplotlib jupyter notebook nbconvert nbformat jupyter_client ipython ipykernel
3334
if [[ "$COVERAGE" == "true" ]]; then
3435
pip install codecov

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ nose
77
requests
88
scikit-learn>=0.18
99
nbformat
10-
python-dateutil
10+
python-dateutil
11+
oslo.concurrency

0 commit comments

Comments
 (0)