Skip to content

Commit e06b2e4

Browse files
Xgboost version workaround
1 parent 312a5f3 commit e06b2e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ deps =
5454
tests: pandas
5555
tests: swat
5656
tests: kerberos ; platform_system != "Windows"
57-
tests: xgboost == 0.82
57+
tests: xgboost == 0.82; python_version < '3.5'
58+
tests: xgboost; python_version >= '3.5'
5859
tests: lightgbm
5960
codecov: codecov >= 1.4.0
6061
doc: sphinx == 1.8

0 commit comments

Comments
 (0)