Skip to content

Commit fa4f56f

Browse files
committed
Just install pickle5 for legacy support
Drop the `cloudpickle` hack as we now have a releae with our needs met, which we included in our requirements. Also ensure we have the latest `pickle5` with fixes for testing.
1 parent f369243 commit fa4f56f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

continuous_integration/travis/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ fi
7373

7474
if [[ $PYTHON != 3.8 ]]; then
7575
# 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
76+
conda install -c conda-forge -c defaults 'pickle5>=0.0.11'
7877
# stacktrace is not currently avaiable for Python 3.8.
7978
# Remove the version check block below when it is avaiable.
8079
# For low-level profiler, install libunwind and stacktrace from conda-forge

0 commit comments

Comments
 (0)