From 7201fedd9852a0292c9b7481b6aef29184c94e7c Mon Sep 17 00:00:00 2001 From: Nikita Malinin Date: Mon, 18 Sep 2023 14:11:46 +0200 Subject: [PATCH] Fix version condition --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e843b40219..44078324c7e 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def find_version(*file_paths): "pandas>=1.1.5,<2.1", "psutil", "pydot>=1.4.1", - "pymoo==0.6.0.1", + "pymoo>=0.6.0.1", # The recent pyparsing major version update seems to break # integration with networkx - the graphs parsed from current .dot # reference files no longer match against the graphs produced in tests.