You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for joblib 1.3.0 (#48)
* Add support to joblib>=1.3.0
* Fix workflow
* Fix pylint
* Update version
* Use _wrap_func_call when SafeFunction is None
* Add test different joblib versions
* Fix pylint