Skip to content

Commit

Permalink
Set required cmlibs.zinc to 4.0 and greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 12, 2024
1 parent a7e8061 commit 270e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 270e100

Please sign in to comment.