From f63f4b9193dafa213d125c41e0cb05b1d018cae2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 14 Sep 2023 11:26:57 +0200 Subject: [PATCH] bump tmtccmd dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4450707..bc4cbba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ classifiers = [ "Topic :: Scientific/Engineering" ] dependencies = [ - # "tmtccmd == 6.0.0rc0", + "tmtccmd ~= 6.0", "python-dateutil ~= 2.8", - "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main" + # "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main" ] [project.urls]