We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 005d8b2 + e1311b3 commit b3b927cCopy full SHA for b3b927c
pyproject.toml
@@ -25,9 +25,9 @@ classifiers = [
25
]
26
dependencies = [
27
"h5py==3.13.0",
28
- "scipy==1.15.2",
+ "scipy==1.15.3",
29
"opencv-python==4.11.0.86",
30
- "deepdiff==8.4.2",
+ "deepdiff==8.5.0",
31
"numpy>=1.22.2,<2.3.0",
32
"matplotlib==3.10.3",
33
"beartype==0.20.2",
@@ -43,7 +43,7 @@ Bug-tracker = "https://github.com/waltsims/k-wave-python/issues"
43
44
[project.optional-dependencies]
45
test = ["pytest",
46
- "coverage==7.8.0",
+ "coverage==7.10.6",
47
"phantominator",
48
"testfixtures==8.3.0",
49
"requests==2.32.3"]
0 commit comments