From eb302e5cf16115628ea1d179341cc3a4bc40764b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 29 Nov 2023 18:33:09 +0100 Subject: [PATCH] use released version of tmtccmd --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bb074a..29b78e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ classifiers = [ "Topic :: Scientific/Engineering" ] dependencies = [ - # "tmtccmd ~= 8.0.0rc0", - "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main", + "tmtccmd ~= 8.0.0rc0", + # "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main", "python-dateutil ~= 2.8", ]