From f276f250d8f669d58aa6dc68853517ac516a4307 Mon Sep 17 00:00:00 2001 From: Stefan Podgorski Date: Tue, 24 Feb 2026 21:34:01 +1030 Subject: [PATCH] added missing reqs to setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3402d9614..05fc8406e 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,9 @@ 'setuptools', 'scikit-learn', 'timm', + 'omegaconf', + 'lightning', + 'setuptools==68.2.2' ], classifiers=[ 'Development Status :: 3 - Alpha',