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 97c355e commit 16b5356Copy full SHA for 16b5356
continuous_integration/travis/install.sh
@@ -74,6 +74,7 @@ fi
74
if [[ $PYTHON != 3.8 ]]; then
75
# Install backport package for pickle protocol 5 support
76
conda install -c conda-forge -c defaults 'pickle5>=0.0.10'
77
+ pip install git+https://github.com/jakirkham/cloudpickle.git@opt_use_pickle5_redux
78
# stacktrace is not currently avaiable for Python 3.8.
79
# Remove the version check block below when it is avaiable.
80
# For low-level profiler, install libunwind and stacktrace from conda-forge
0 commit comments