From ffa315372b0de4e3711f73737e022dabab169bf4 Mon Sep 17 00:00:00 2001 From: Fabian Grunewald <32294573+fgrunewald@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:49:06 +0200 Subject: [PATCH] Update vermouth dependency Set the martinize2 dependency to v0.7.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 701a8609..6ecded44 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install-requires = # ?? requires-dist? numpy decorator == 4.4.2 networkx ~= 2.0 - vermouth >= 0.7.1 + vermouth >= 0.7.3 scipy tqdm zip-safe = False