From cd3f4943e0895a55fe77ca1b777fd6c19c22c71e Mon Sep 17 00:00:00 2001 From: Leonard Papenmeier Date: Fri, 6 Oct 2023 15:32:52 +0200 Subject: [PATCH] Update requirements.txt lightgbm 4.0.0 (and higher) are now available, which are incompatible with this implementation --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d06ef1..c9e38b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ numpy torch tqdm -lightgbm +lightgbm~=3.3.5 gpytorch scikit-learn scikit-optimize botorch -torchvision \ No newline at end of file +torchvision