From c7951a1f51224d7640eda835e0326a3ae46d57e9 Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:39:23 +0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 325b3574..b8eaad03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ mcp numpy orjson schedule -uvloop -winloop +uvloop; sys_platform == 'linux' or sys_platform == 'darwin' # linux or macos only +winloop; sys_platform == 'win32' # windows only