Skip to content

Commit b3b927c

Browse files
authored
Merge branch 'master' into enhancement/update-logging-valildation
2 parents 005d8b2 + e1311b3 commit b3b927c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"h5py==3.13.0",
28-
"scipy==1.15.2",
28+
"scipy==1.15.3",
2929
"opencv-python==4.11.0.86",
30-
"deepdiff==8.4.2",
30+
"deepdiff==8.5.0",
3131
"numpy>=1.22.2,<2.3.0",
3232
"matplotlib==3.10.3",
3333
"beartype==0.20.2",
@@ -43,7 +43,7 @@ Bug-tracker = "https://github.com/waltsims/k-wave-python/issues"
4343

4444
[project.optional-dependencies]
4545
test = ["pytest",
46-
"coverage==7.8.0",
46+
"coverage==7.10.6",
4747
"phantominator",
4848
"testfixtures==8.3.0",
4949
"requests==2.32.3"]

0 commit comments

Comments
 (0)