From 0aef8010d4e008bf8640f860ae71ed1369e5158f Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Thu, 13 Nov 2025 10:56:20 +0200 Subject: [PATCH] Add new dependencies to requirements.txt --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 279d5538..e303a88f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,3 +26,8 @@ numpy schedule uvloop; sys_platform == 'linux' or sys_platform == 'darwin' # linux or macos only winloop; sys_platform == 'win32' # windows only +litellm +pandas +scipy +cvxpy +torch