From 2a22aefb090587edbbcde28e07b4ae3fc65f3022 Mon Sep 17 00:00:00 2001 From: bretth Date: Thu, 6 Nov 2025 11:50:47 +0100 Subject: [PATCH 1/2] adding python-dotenv to the dependency list packaged with pythermogis --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 620bcb4..73e4690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,9 @@ dependencies = [ "pandas>=2.2.3,<3", "pytz>=2024.1,<2025", "build>=1.2.2.post1,<2", - "pygridsio>=1.0,<2.0"] + "pygridsio>=1.0,<2.0", + "python-dotenv>=1.2.1,<2" +] [tool.pytest.ini_options] -- GitLab From 05a69af70934c2be338fa0384cefaf323650b4a2 Mon Sep 17 00:00:00 2001 From: bretth Date: Thu, 6 Nov 2025 13:43:31 +0100 Subject: [PATCH 2/2] adding python-dotenv to the dependency list packaged with pythermogis --- pixi.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixi.lock b/pixi.lock index 84825e0..0f624af 100644 --- a/pixi.lock +++ b/pixi.lock @@ -4830,7 +4830,7 @@ packages: - pypi: ./ name: pythermogis version: 1.2.0 - sha256: 856212b888cdabfc02f91671bfc497c663e84dd8a93f714d845e867811ee2cd3 + sha256: 50c9d857c9314b246b28d7e610647475414c718d839408818aa4f441813b51a7 requires_dist: - jpype1>=1.5.2,<2 - xarray==2024.9.0.* @@ -4838,6 +4838,7 @@ packages: - pytz>=2024.1,<2025 - build>=1.2.2.post1,<2 - pygridsio>=1.0,<2.0 + - python-dotenv>=1.2.1,<2 requires_python: '>=3.11' editable: true - conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.13.3-hf636f53_101_cp313.conda -- GitLab