From 5f759b1637c378d16ab59d091a1055c2f6e4f87d Mon Sep 17 00:00:00 2001 From: Adil Zouitine Date: Thu, 7 Aug 2025 18:09:49 +0200 Subject: [PATCH] feat(dependencies): Add scipy as a required dependency - Included `scipy>=1.15.2` in the project dependencies to enhance functionality and support for scientific computing tasks. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bdd634f71..96b4c853d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,6 +73,7 @@ dependencies = [ "pynput>=1.7.7", "pyserial>=3.5", "wandb>=0.20.0", + "scipy>=1.15.2", "torch>=2.2.1,<2.8.0", # TODO: Bumb dependency "torchcodec>=0.2.1,<0.6.0; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')) and (sys_platform != 'darwin' or platform_machine != 'x86_64')", # TODO: Bumb dependency