Skip to content

Commit

Permalink
Just install pickle5 for legacy support
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakirkham committed Jul 1, 2020
1 parent f369243 commit fa4f56f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ fi

if [[ $PYTHON != 3.8 ]]; then
# Install backport package for pickle protocol 5 support
conda install -c conda-forge -c defaults 'pickle5>=0.0.10'
pip install git+https://github.com/jakirkham/cloudpickle.git@opt_use_pickle5_redux
conda install -c conda-forge -c defaults 'pickle5>=0.0.11'
# stacktrace is not currently avaiable for Python 3.8.
# Remove the version check block below when it is avaiable.
# For low-level profiler, install libunwind and stacktrace from conda-forge
Expand Down

0 comments on commit fa4f56f

Please sign in to comment.