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

Commit

Permalink
[setup] enforce higher joblib version. Fixes a bug with multiple jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Apr 5, 2016
1 parent 71b7713 commit 69ca4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def run(self):
'msmtools',
'thermotools>=0.1.14',
'bhmm<0.7',
'joblib==0.8.4',
'joblib>0.8.4',
'pyyaml',
'psutil>=3.1.1',
'decorator>=4.0.0',
Expand Down

0 comments on commit 69ca4b4

Please sign in to comment.