Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 1f4f47b

Browse files
authored
[AP-806] Bump joblib to be python 3.8 compatible (#35)
1 parent 9470108 commit 1f4f47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'pipelinewise-singer-python==1.*',
2222
'psycopg2-binary==2.8.5',
2323
'inflection==0.3.1',
24-
'joblib==0.13.2'
24+
'joblib==0.16.0'
2525
],
2626
extras_require={
2727
"test": [

0 commit comments

Comments
 (0)