civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Support Joblib 1.x #423

Closed dleatherman-civis closed 2 years ago

dleatherman-civis commented 2 years ago

At this time, joblib is pinned at 0.14.x. Joblib is now on 1.1.x and has released several improvements to its memory caching which are key to ensuring threading works as expected. https://github.com/joblib/joblib/blob/master/CHANGES.rst.

I would like to see this officially supported to avoid python version conflicts.

dleatherman-civis commented 2 years ago

PR: https://github.com/civisanalytics/civis-python/pull/429/