Skip to content

Commit

Permalink
Update dependency scipy to v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2024
1 parent ff915bd commit b01d352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gamutrflib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
numpy = "1.26.4"
scipy = "1.13.1"
scipy = "1.14.0"
pandas = "2.2.2"
python = ">=3.9,<3.13"
pyzmq = "26.0.3"
Expand Down
2 changes: 1 addition & 1 deletion gamutrfwaterfall/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pandas = "2.2.2"
pycairo = "1.26.1"
python = ">=3.9,<3.13"
pyzmq = "26.0.3"
scipy = "1.13.1"
scipy = "1.14.0"
zstandard = "0.22.0"
requests = "2.32.3"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python = ">=3.9,<3.13"
pyzmq = "26.0.3"
requests = "2.32.3"
schedule = "1.2.2"
scipy = "1.13.1"
scipy = "1.14.0"
sigmf = "1.2.2"
sysrsync = "1.1.1"
webcolors = "24.6.0"
Expand Down

0 comments on commit b01d352

Please sign in to comment.