From 66e796b9e5847fbc74eb6a82adc3cbdd08a5c7bc Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Thu, 4 May 2023 11:00:09 +0200 Subject: [PATCH] Fix requirements --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index d2e4c996..6202a172 100644 --- a/setup.py +++ b/setup.py @@ -22,13 +22,13 @@ reqs = [ "jsonschema>=3.0.1", - "matplotlib>=3.2.1", + "matplotlib>=3.4", "morphio>=3.3.3,<4.0", "neurom>=3.0,<4.0", "numpy>=1.22.0", "scipy>=1.6", - "tmd>=2.2.0", - "diameter-synthesis>=0.5.2", + "tmd>=2.3.0", + "diameter-synthesis>=0.5.4", ] doc_reqs = [ @@ -40,7 +40,6 @@ ] test_reqs = [ - "diameter-synthesis>=0.5.0", "dictdiffer>=0.5", "mock>=3", "morph-tool>=2.9",