Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- { python: "3.13", os: "ubuntu-latest", session: "pre-commit" }
# - { python: "3.13", os: "ubuntu-latest", session: "mypy" }
# - { python: "3.12", os: "ubuntu-latest", session: "mypy" }
- { python: "3.14", os: "ubuntu-latest", session: "tests" }
- { python: "3.13", os: "ubuntu-latest", session: "tests" }
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
- { python: "3.13", os: "windows-latest", session: "tests" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ please [file an issue] along with a detailed description.

# Credits

This project was established at [TGS](https://www.tgs.com/). The current maintainer is [Altay Sansal](https://github.com/tasansal) with the support of
This project was established at [TGS](https://www.tgs.com/). The current maintainer is [Brian Michell](https://github.com/BrianMichell) with the support of
many more great colleagues.

[pypi]: https://pypi.org/
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiohttp==3.13.5
aiohttp==3.14.1
autodoc-pydantic==2.2.0
furo==2025.12.19
linkify-it-py==2.1.0
matplotlib==3.10.9
matplotlib==3.11.0
myst-nb==1.4.0
sphinx==8.2.3
sphinx==9.1.0
sphinx-click==6.2.0
sphinx-copybutton==0.5.2
sphinx-design==0.7.0
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
raise SystemExit(dedent(message)) from None

package = "mdio"
python_versions = ["3.13", "3.12"]
python_versions = ["3.13", "3.14", "3.12"]
nox.needs_version = ">=2025.2.9"
nox.options.default_venv_backend = "uv"
nox.options.reuse_venv = "yes"
Expand Down
59 changes: 30 additions & 29 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "multidimio"
version = "1.2.0"
description = "Cloud-native, scalable, and user-friendly multi dimensional energy data!"
authors = [{ name = "Brian Michell", email = "brian.michell@tgs.com" }]
requires-python = ">=3.12,<3.14"
requires-python = ">=3.12,<3.15"
readme = "README.md"
license = "Apache-2.0"
license-files = ["LICEN[CS]E*"]
Expand All @@ -12,30 +12,31 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"License :: OSI Approved :: Apache Software License",
"Development Status :: 4 - Beta",
]

dependencies = [
"click>=8.3.0",
"click>=8.4.2",
"click-params>=0.5.0",
"dask>=2025.9.1",
"fsspec>=2025.9.0,<2026.2.0",
"pint>=0.25.0",
"psutil>=7.1.0",
"pydantic>=2.12.0",
"pydantic-settings>=2.6.1",
"rich>=14.1.0",
"dask>=2026.7.0",
"fsspec>=2026.6.0,<2027.0.0",
"pint>=0.25.3",
"psutil>=7.2.2",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.2",
"rich>=15.0.0",
"segy>=0.6.0",
"tqdm>=4.67.1",
"universal-pathlib>=0.3.3",
"xarray>=2025.10.1",
"tqdm>=4.68.3",
"universal-pathlib>=0.3.10",
"xarray>=2026.4.0",
"zarr>=3.2.1",
]

[project.optional-dependencies]
cloud = ["s3fs>=2025.9.0", "gcsfs>=2025.9.0", "adlfs>=2025.8.0"]
distributed = ["distributed>=2025.9.1", "bokeh>=3.8.0"]
cloud = ["s3fs>=2026.6.0", "gcsfs>=2026.7.0", "adlfs>=2026.5.0"]
distributed = ["distributed>=2026.7.0", "bokeh>=3.9.1"]
lossy = ["zfpy>=1.0.1"]

[project.urls]
Expand All @@ -48,30 +49,30 @@ mdio = "mdio.__main__:main"

[dependency-groups]
dev = [
"ruff>=0.14.0",
"coverage[toml]>=7.10.7",
"mypy>=1.18.2",
"pre-commit>=4.3.0",
"ruff>=0.15.20",
"coverage[toml]>=7.15.0",
"mypy>=2.1.0",
"pre-commit>=4.6.0",
"pre-commit-hooks>=6.0.0",
"pytest>=8.4.2",
"pytest-dependency>=0.6.0",
"typeguard>=4.4.4",
"xdoctest[colors]>=1.3.0",
"Pygments>=2.19.2"
"pytest>=9.1.1",
"pytest-dependency>=0.6.1",
"typeguard>=4.5.2",
"xdoctest[colors]>=1.3.2",
"Pygments>=2.20.0"
]

docs = [
"aiohttp>=3.13.3",
"aiohttp>=3.14.1",
"autodoc-pydantic>=2.2.0",
"furo>=2025.12.19",
"linkify-it-py>=2.0.3",
"matplotlib>=3.10.8",
"myst-nb>=1.3.0",
"sphinx>=8.2.3",
"linkify-it-py>=2.1.0",
"matplotlib>=3.11.0",
"myst-nb>=1.4.0",
"sphinx>=9.1.0",
"sphinx-autobuild>=2025.8.25",
"sphinx-click>=6.2.0",
"sphinx-copybutton>=0.5.2",
"sphinx-design>=0.6.1",
"sphinx-design>=0.7.0",
"ipywidgets>=8.1.8",
]

Expand Down
4 changes: 2 additions & 2 deletions src/mdio/builder/schemas/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from __future__ import annotations

from enum import Enum
from enum import StrEnum
from enum import unique

from pydantic import Field
Expand All @@ -12,7 +12,7 @@


@unique
class UnitEnum(str, Enum):
class UnitEnum(StrEnum):
"""An Enum representing units as strings, from pint."""


Expand Down
Loading
Loading