Version#

psynet.version.check_versions()[source]#

Check whether the PsyNet and Dallinger versions installed locally match the ones specified in the requirements.txt file.

psynet.version.version_is_greater(x, y, strict=True)[source]#

Returns True if version number x is (strictly) greater than version number y.