Bump joblib from 1.0.0 to 1.0.1
Bumps joblib from 1.0.0 to 1.0.1.
Changelog
Sourced from joblib's changelog.
1.0.1
- dask: avoid redundant scattering of large arguments to make a more efficient use of the network resources and avoid crashing dask with "OSError: [Errno 55] No buffer space available" or "ConnectionResetError: [Errno 104] connection reset by peer". https://github.com/joblib/joblib/pull/1133