Skip to content

Commit ea4598b

Browse files
authored
bump minimum required Tmod (4.x) to 4.3.0
1 parent df371cb commit ea4598b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ class EnvironmentModules(EnvironmentModulesTcl):
13191319
NAME = "Environment Modules"
13201320
COMMAND = os.path.join(os.getenv('MODULESHOME', 'MODULESHOME_NOT_DEFINED'), 'libexec', 'modulecmd.tcl')
13211321
COMMAND_ENVIRONMENT = 'MODULES_CMD'
1322-
REQ_VERSION = '4.0.0'
1322+
REQ_VERSION = '4.3.0'
13231323
MAX_VERSION = None
13241324
VERSION_REGEXP = r'^Modules\s+Release\s+(?P<version>\d\S*)\s'
13251325

0 commit comments

Comments
 (0)