From 9f31fd0517bfab99197268d0e3fb52bf32ff460b Mon Sep 17 00:00:00 2001 From: dbeltran Date: Thu, 24 Oct 2024 15:35:28 +0200 Subject: [PATCH 1/2] update ruamel version and autosubmitconfigparser, removed duplicated dependencies --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index a370f5e39..ab899a732 100644 --- a/setup.py +++ b/setup.py @@ -38,17 +38,14 @@ install_requires = [ 'pyparsing==3.1.1', 'matplotlib<=3.8.3', 'packaging<=23.2', - 'ruamel.yaml.clib<=0.2.8', 'typing_extensions<=4.9.0', 'typing<=3.7.4.3', 'psutil<=5.6.1', - 'networkx<=2.6.3', 'py3dotplus==1.1.0', - 'matplotlib<=3.8.3', 'numpy<2', - 'ruamel.yaml==0.17.21', + 'ruamel.yaml==0.18.6', 'rocrate==0.*', - 'autosubmitconfigparser==1.0.67', + 'autosubmitconfigparser==1.0.72', 'configparser', 'setproctitle', # 'sqlalchemy[mypy]' # TODO: pending Postgres MR -- GitLab From f655a6affc9d303e2810c6372f87a2aa7521469f Mon Sep 17 00:00:00 2001 From: dbeltran Date: Fri, 25 Oct 2024 10:11:39 +0200 Subject: [PATCH 2/2] removed dependency --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ab899a732..90ea5a1ad 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,6 @@ install_requires = [ 'psutil<=5.6.1', 'py3dotplus==1.1.0', 'numpy<2', - 'ruamel.yaml==0.18.6', 'rocrate==0.*', 'autosubmitconfigparser==1.0.72', 'configparser', -- GitLab