8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742bf3d commit 003ea82Copy full SHA for 003ea82
tox.ini
@@ -54,9 +54,9 @@ deps =
54
tests: sklearn
55
tests: pandas<1.0.0
56
tests: swat < 1.8.0 # v1.8 changed reflection on initial connect. Need to re-record all cassettes before enabling.
57
- tests: kerberos ; platform_system != "Windows"
+ tests: kerberos ; platform_system != "Windows" and platform_system != "Darwin"
58
tests: xgboost == 0.82
59
- tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
+# tests: lightgbm ; platform_system != "Darwin" # lightgmb seems to have build issues on MacOS
60
codecov: codecov >= 1.4.0
61
doc: sphinx == 1.8
62
0 commit comments