Skip to content

Commit bfe0d50

Browse files
authored
Set joblib to not use most recent version. (#3254)
* Set joblib to not use most recent version.
1 parent 25c7f04 commit bfe0d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ numpy>=1.13.0
33
scipy>=0.18.1
44
pandas>=0.18.0
55
patsy>=0.4.0
6-
joblib>=0.9
6+
joblib<0.13.0
77
tqdm>=4.8.4
88
six>=1.10.0
99
h5py>=2.7.0

0 commit comments

Comments
 (0)