From 425e7bb831c180cfc1ae45a4fe37e9129c089d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= <mueller.seb@posteo.de> Date: Fri, 1 Sep 2023 16:01:04 +0200 Subject: [PATCH] pyproject: update dep versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5eeee26..85b0979 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ classifiers = [ "Topic :: Utilities", ] dependencies = [ - "numpy>=1.17.3", - "mhm @ git+https://git.ufz.de/mhm/mhm.git", + "numpy>=1.17.0", + "mhm>=5.13.1", "finam>=0.4", ] -- GitLab