Skip to content

Commit 36bf8c6

Browse files
committed
Update Python and segy version to enable py3.13
1 parent e51d48e commit 36bf8c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Altay Sansal", email = "[email protected]" }]
66
license = "Apache-2.0"
77
readme = "README.md"
88
keywords = ["mdio", "multidimio", "seismic", "wind", "data"]
9-
requires-python = ">=3.10,<3.13"
9+
requires-python = ">=3.10,<3.14"
1010
dependencies = [
1111
"click (>=8.1.7,<9.0.0)",
1212
"click-params (>=0.5.0,<0.6.0)",
@@ -15,7 +15,7 @@ dependencies = [
1515
"tqdm (>=4.67.0,<5.0.0)",
1616
"psutil (>=6.1.0,<7.0.0)",
1717
"fsspec (>=2024.10.0)",
18-
"segy (>=0.3.1,<0.4.0)",
18+
"segy (>=0.4.0,<1.0.0)",
1919
"rich (>=13.9.4,<14.0.0)"
2020
]
2121

0 commit comments

Comments
 (0)