Skip to content

Commit

Permalink
bump minimum required Tmod (4.x) to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Jan 3, 2024
1 parent df371cb commit ea4598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ class EnvironmentModules(EnvironmentModulesTcl):
NAME = "Environment Modules"
COMMAND = os.path.join(os.getenv('MODULESHOME', 'MODULESHOME_NOT_DEFINED'), 'libexec', 'modulecmd.tcl')
COMMAND_ENVIRONMENT = 'MODULES_CMD'
REQ_VERSION = '4.0.0'
REQ_VERSION = '4.3.0'
MAX_VERSION = None
VERSION_REGEXP = r'^Modules\s+Release\s+(?P<version>\d\S*)\s'

Expand Down

0 comments on commit ea4598b

Please sign in to comment.