diff --git a/setup.py b/setup.py index fcf04c08..5434b21c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def readfile(filename, split=False): # into the 'requirements.txt' file. requires = [ # minimal requirements listing - "cmlibs.maths >= 0.6.1", + "cmlibs.maths >= 0.6.2", "cmlibs.utils >= 0.6", "cmlibs.zinc >= 4.1", "scipy",