diff --git a/requirements.txt b/requirements.txt index b7dff6f..d9b36c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ numpy==1.26.4 pandas==2.2.3 python-dotenv==1.0.1 questionary==2.1.0 -scipy==1.13.1 +scipy==1.15.0 tcxreader==0.4.10 tqdm==4.67.1 diff --git a/setup.py b/setup.py index c9d533a..6890df8 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(file_name): "pandas==2.2.3", "python-dotenv==1.0.1", "questionary==2.1.0", - "scipy==1.13.1", + "scipy==1.15.0", "tcxreader==0.4.10", "tqdm==4.67.1" ],