Skip to content

Commit 5d6777c

Browse files
committed
Freeze xgboost requirement
Without this, pip would fail to choose version. I guess xgboost doesn't use semantic versioning atm.
1 parent 8d44348 commit 5d6777c

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
@@ -17,7 +17,7 @@ ConfigArgParse
1717
liac-arff
1818
pandas
1919
Cython
20-
xgboost
20+
xgboost==0.4a30
2121

2222
ConfigSpace
2323
pynisher>=0.4

0 commit comments

Comments
 (0)