Skip to content

Commit

Permalink
Set minimum cmlibs.maths requirement to 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Jul 23, 2024
1 parent ff08ecd commit aebd080
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 @@ -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",
Expand Down

0 comments on commit aebd080

Please sign in to comment.