Skip to content

Commit 8d0c875

Browse files
committed
Bump mth5 minimum version to 0.6.7
Update pyproject.toml to require mth5>=0.6.7 (was >=0.6.0). This dependency bump ensures the project uses fixes/features introduced in mth5 0.6.7.
1 parent 7e177f3 commit 8d0c875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
dependencies = [
28-
"mth5>=0.6.0",
28+
"mth5>=0.6.7",
2929
"numba>=0.58",
3030
"obspy",
3131
"psutil",

0 commit comments

Comments
 (0)