Skip to content
Snippets Groups Projects
Commit 8230caaa authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Merge branch 'traitlets-4.x' into 'master'

Pin traitlets 4.3.3

See merge request detectors/pycalibration!358
parents f85a6926 8da361d3
No related branches found
No related tags found
1 merge request!358Pin traitlets 4.3.3
...@@ -40,7 +40,7 @@ export MPLBACKEND=AGG ...@@ -40,7 +40,7 @@ export MPLBACKEND=AGG
if [ "${uuid}" != "NO_CLUSTER" ] if [ "${uuid}" != "NO_CLUSTER" ]
then then
${python_path} -m IPython profile create ${uuid} --parallel ${python_path} -m IPython profile create ${uuid} --parallel
${python_path} -m ipyparallel.cluster start --n=${cluster_cores} --profile=${uuid} --daemon & ${python_path} -m ipyparallel.cluster start --n=${cluster_cores} --profile=${uuid} --daemonize &
sleep 15 sleep 15
fi fi
......
...@@ -36,5 +36,6 @@ scikit-learn == 0.22.2.post1 ...@@ -36,5 +36,6 @@ scikit-learn == 0.22.2.post1
sharedmem == 0.3.7 sharedmem == 0.3.7
sphinx == 1.8.5 sphinx == 1.8.5
tabulate == 0.8.6 tabulate == 0.8.6
traitlets == 4.3.3
unittest-xml-reporting == 3.0.2 unittest-xml-reporting == 3.0.2
. .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment