From 38732c29389b98bb962dd1abd7e8b07eeaa5a7a7 Mon Sep 17 00:00:00 2001 From: denis Date: Sun, 5 Jul 2026 20:06:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81=20pa?= =?UTF-8?q?ndas-stubs=20=D0=B2=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 715761d..2b3221f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,12 @@ dependencies = [ "maya>=0.6.1", "numpy>=2.5.1", "pandas>=3.0.3", - "pandas-stubs~=3.0.3", "psutil>=7.2.2", "pytz>=2026.2", "requests>=2.34.2", ] + +[dependency-groups] +dev = [ + "pandas-stubs>=3.0.3", +] \ No newline at end of file