From f881e54b03d337064cda5a188d8ce287f3a8a6a3 Mon Sep 17 00:00:00 2001 From: Tobias Meisel <tobias.meisel@ufz.de> Date: Thu, 28 Mar 2024 17:00:47 +0100 Subject: [PATCH] [package]: Use latest release of ogs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1d5d22d8..8a805927a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "Pillow>=9.2.0", "pandas>=1.4.0", "papermill>=2.4.0", - "ogs>=6.5.1.dev0", + "ogs>=6.5.1", "ogs6py>=0.370", "tqdm>=4.60", "typeguard>=4.0.0", -- GitLab