ray-project / xgboost_ray

Distributed XGBoost on Ray
Apache License 2.0
143 stars 34 forks source link

Pin tensorboardX for CI #129

Closed Yard1 closed 3 years ago

Yard1 commented 3 years ago

Temporary fix to allow for CI to pass. Newest tensorboardX release (2.3) added Pillow and Torch as dependencies without specifying them in requirements. Looks to be unintentional but it breaks CI in the meantime. Once tensorboardX releases a fix it can be removed from the test dependencies here