Skip to content

Commit

Permalink
build(deps): bump scipy from 1.13.1 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.13.1 to 1.15.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.13.1...v1.15.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 6e16f2b commit 292b291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 292b291

Please sign in to comment.