From 270e100cbf0187aaba3d09f1a53a79bd9a6bbf37 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Thu, 12 Dec 2024 14:51:37 +1300 Subject: [PATCH] Set required cmlibs.zinc to 4.0 and greater. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00400c5..d364845 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def readfile(filename, split=False): # minimal requirements listing "cmlibs.maths >= 0.3", "cmlibs.utils >= 0.10", - "cmlibs.zinc >= 4" + "cmlibs.zinc >= 4.0" ] readme.extend(['', 'License', '=======', '', '::', '']) source_license = readfile("LICENSE")