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

Commit 69ca4b4

Browse files
committed
[setup] enforce higher joblib version. Fixes a bug with multiple jobs.
1 parent 71b7713 commit 69ca4b4

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
@@ -217,7 +217,7 @@ def run(self):
217217
'msmtools',
218218
'thermotools>=0.1.14',
219219
'bhmm<0.7',
220-
'joblib==0.8.4',
220+
'joblib>0.8.4',
221221
'pyyaml',
222222
'psutil>=3.1.1',
223223
'decorator>=4.0.0',

0 commit comments

Comments
 (0)