From 69f2d36f3ce12bce6fe58246cd6cfce5e15cb617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Dav=C3=B3?= Date: Tue, 21 May 2024 17:59:14 +0200 Subject: [PATCH] Temporary use lightfm patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Davó --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64108d179..a62eda445 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ "category-encoders>=2.6.0,<3", # requires packaging "cornac>=1.15.2,<3", # requires packaging, tqdm "hyperopt>=0.2.7,<1", - "lightfm>=1.17,<2", # requires requests + # TODO: Wait for the PR to be merged and released + "lightfm@git+https://github.com/daviddavo/lightfm", # requires requests "lightgbm>=4.0.0,<5", "locust>=2.12.2,<3", # requires jinja2 "memory-profiler>=0.61.0,<1",