diff --git a/pyproject.toml b/pyproject.toml index aa03506b..4f81a892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "scikit-learn>=1.3.0", # Signal processing - "scipy>=1.11.0", + "scipy>=1.13.1", "matplotlib>=3.7.0", "pandas>=2.1.0", diff --git a/requirements.txt b/requirements.txt index bdc9ff0a..49820ef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core dependencies numpy>=1.21.0 -scipy>=1.7.0 +scipy>=1.13.1 torch>=1.12.0 torchvision>=0.13.0