diff --git a/requirements.txt b/requirements.txt index 3583a77..5e60b86 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.15.0 +scipy==1.15.1 tcxreader==0.4.10 tqdm==4.67.1 diff --git a/setup.py b/setup.py index c5946e3..cdfc383 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.15.0", + "scipy==1.15.1", "tcxreader==0.4.10", "tqdm==4.67.1" ],