Skip to content

Commit

Permalink
tweaked optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Mar 26, 2021
1 parent 742bf3d commit 003ea82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ deps =
tests: sklearn
tests: pandas<1.0.0
tests: swat < 1.8.0 # v1.8 changed reflection on initial connect. Need to re-record all cassettes before enabling.
tests: kerberos ; platform_system != "Windows"
tests: kerberos ; platform_system != "Windows" and platform_system != "Darwin"
tests: xgboost == 0.82
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
codecov: codecov >= 1.4.0
doc: sphinx == 1.8

Expand Down

0 comments on commit 003ea82

Please sign in to comment.