From dde964a91557a3afcf6d4489156b6587d82e5a04 Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:51:47 +0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index b8eaad03..b20f4e22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,6 @@ orjson schedule uvloop; sys_platform == 'linux' or sys_platform == 'darwin' # linux or macos only winloop; sys_platform == 'win32' # windows only + +# Experimental packages (install separately if needed) +# matplotlib # Uncomment to install experimental visualization features