From c5f58052cccfc59cbe23194a5d75388ca5001578 Mon Sep 17 00:00:00 2001 From: Zeanon Date: Fri, 10 Jan 2025 14:47:37 +0100 Subject: [PATCH] . --- pyproject.toml | 4 ++++ scripts/klippy-requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ac287023f..2b3b47b17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,10 @@ dependencies = [ "markupsafe==2.1.5", "numpy~=2.0 ; python_version=='3.9'", "numpy~=2.2 ; python_version>='3.10'", + "scipy==1.13.1 ; python_version=='3.9'", + "scipy==1.15.0 ; python_version>='3.10'", + "matplotlib==3.9.4 ; python_version=='3.9'", + "matplotlib==3.10.0 ; python_version>='3.10'", "pyserial==3.4", "python-can==3.3.4", ] diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index c4f5c14e3..eaa9ccdb7 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -10,6 +10,10 @@ jinja2==3.1.5 markupsafe==2.1.5 numpy==2.0.2 ; python_full_version < '3.10' numpy==2.2.0 ; python_full_version >= '3.10' +scipy==1.13.1 ; python_full_version < '3.10' +scipy==1.15.0 ; python_full_version >= '3.10' +matplotlib==3.9.4 ; python_full_version < '3.10' +matplotlib==3.10.0 ; python_full_version >= '3.10' pycparser==2.21 pyserial==3.4 python-can==3.3.4