From 50b8d3c0b67e08e10edf5b05b3c6c7aed738b7da Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Thu, 24 Jul 2025 19:46:30 +0200 Subject: [PATCH 1/2] Change name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f98ba31..f260b4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "xarray-dataclasses" +name = "xarray-dataclass" dynamic = ["version"] description = "xarray data creation by data classes" authors = [ From d9b021325f06681627ff9f5e3834754390d691b8 Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Thu, 24 Jul 2025 19:50:40 +0200 Subject: [PATCH 2/2] change editable install --- pixi.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixi.lock b/pixi.lock index 04d1ade..4bbbbf4 100644 --- a/pixi.lock +++ b/pixi.lock @@ -2888,9 +2888,9 @@ packages: - types-setuptools ; extra == 'types' requires_python: '>=3.11' - pypi: ./ - name: xarray-dataclasses + name: xarray-dataclass version: 1.9.1 - sha256: e580af753400c9a2c2662341d7392ed04c95e5c17fdb1782fb7c9119ebdf00cf + sha256: 7b97496eff2b60946e68f019e1be19f5ed57b784a25d04cd5385138a0ee9ba29 requires_dist: - numpy>=2.0.0,<3 - typing-extensions>=4.10.0,<5 diff --git a/pyproject.toml b/pyproject.toml index f260b4a..bca4839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ reportUnknownVariableType = "warning" typeCheckingMode = "strict" [tool.pixi.pypi-dependencies] -xarray-dataclasses = { path = ".", editable = true } +xarray-dataclass = { path = ".", editable = true } [tool.pixi.dependencies] # Allows to specify the pixi conda executable to be able to set the python interpreter.